1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Webpage show using frames when I didn't use em

Discussion in 'General' started by goneplumcrazy, Aug 28, 2010.

  1. goneplumcrazy

    goneplumcrazy New Member

    http://www.fortunehouseonline.info
    I have something weird going on and I confused about it but, when I view the source code with in a web browser it shows me as using frames in the code when in fact I have absolutely no frame tags in the code. Can anyone explain why its doing this and how to stop it. Been trying to submit my website by link exchange but all of them keep saying I'm using frames.
     
  2. tomw

    tomw Member

  3. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    Maybe because you used a frameset to redirect the info site to the com site.
    Code:
    <frameset rows="100%,*" border="0">
      <frame src="http://fortunehouse.hostei.com" frameborder="0" />
      <frame frameborder="0" noresize />
    </frameset>
     
  4. goneplumcrazy

    goneplumcrazy New Member

    ty 4 replying but I figured it out. It was godaddy mask with forwarding tool that was doing it.. I ended up changing the settings on that.