Skip to main content
erikb30197127
Participant
March 19, 2017
Answered

mobile view acting strange

  • March 19, 2017
  • 2 replies
  • 398 views

I uploaded a site edited in Dreamweaver. I bought a domain through godaddy and have forward with masking pointing to where it is located. I have it running from my other websites hosting so its pointing to www.MYSITE.com/NEWSITE/Index.html

It looks fine in chrome and safari when I use www.MYSITE.com/NEWSITE/Index.html and www.NEWSITE.com

When I preview the mobile from inside dreamweaver it looks fine, local view.

When I go to www.MYSITE.com/NEWSITE/Index.html on my phone it looks fine.

However, when I go to www.NEWSITE.com it doesn't load correctly.

Sites are hosted at one.com

Any help would be greatly appreciated, I am at a total loss

    This topic has been closed for replies.
    Correct answer Nancy OShea

    Is this your web site?  The code contains a frame that points to your other domain.  Maybe that's why it looks bad on Mobile phones.   Mobile phones don't support deprecated frames & framesets. 

    <frameset rows="100%,*" border="0">

      <frame src="http://buddenhagenitsolutions.com/Omnia/index.html" frameborder="0" />

      <frame frameborder="0" noresize />

    </frameset>

    Nancy

    2 replies

    erikb30197127
    Participant
    March 19, 2017

    Ok so, I believe go daddy adds the frames for the mask forwarding, so I guess bottom line I have to stop being cheap and pay for more hosting  

    Nancy OShea
    Community Expert
    Community Expert
    March 19, 2017

    erikb30197127  wrote

    Ok so, I believe go daddy adds the frames for the mask forwarding, so I guess bottom line I have to stop being cheap and pay for more hosting  

    Quality web hosting is not expensive or hard to find.  There are plenty of good web hosts with plans to fit most budgets. 

    • Bluehost
    • DreamHost
    • HostGator
    • Hostmoster
    • InMotion
    • Lunarpages

    The Best Web Hosting Services of 2017 | PCMag.com

    Nancy

    Nancy O'Shea— Product User & Community Expert
    BenPleysier
    Community Expert
    Community Expert
    March 19, 2017

    Please give us the correct URL's so that we can see what is going on.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    erikb30197127
    Participant
    March 19, 2017

    the new one is www.omniadmp.com

    forward points to

    www.buddenhagenitsolutions.com/Omnia/index.html

    Thanks again

    Nancy OShea
    Community Expert
    Nancy OSheaCommunity ExpertCorrect answer
    Community Expert
    March 19, 2017

    Is this your web site?  The code contains a frame that points to your other domain.  Maybe that's why it looks bad on Mobile phones.   Mobile phones don't support deprecated frames & framesets. 

    <frameset rows="100%,*" border="0">

      <frame src="http://buddenhagenitsolutions.com/Omnia/index.html" frameborder="0" />

      <frame frameborder="0" noresize />

    </frameset>

    Nancy

    Nancy O'Shea— Product User & Community Expert