Web Site Display Problem

Discussion in 'HTML & Website Design' started by ArfanCh, Jul 19, 2009.

  1. #1
    Now the thing is when I write my website with http://www.unleashweb.com everything shows up perfect as I want as you can see with the image

    http://img24.imageshack.us/img24/2462/normalmdm.jpg

    Now if I don't write the www. just straight http://unleashweb.com the website kind of shrinks and the Flash does not work.

    Now I tried troubleshooting But I got lazy and I just went back to the site now and I still see this problem. So I wan to get it fixed. Anyone know what is causing it?

    Who ever finds a fix to this problem I will try giving them some sort of reward :D
     
    ArfanCh, Jul 19, 2009 IP
  2. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just use an absolute URL for the flash file so it'd be like:
    
    <object width="474" height="200">
    <param name="movie" value=[B]"http://www.unleashweb.com/slider.swf"[/B]>
    <embed src=[B]"http://www.unleashweb.com/slider.swf"[/B] width="474" height="200">
    </embed>
    </object>
    Code (markup):
    Cause it's trying to load it without the www. otherwise
     
    wd_2k6, Jul 20, 2009 IP
  3. ArfanCh

    ArfanCh Active Member

    Messages:
    572
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #3
    I removed http://www.unleashweb.com/ and now the flash shows up with and without the www. but now the problem is without the www. the website still appears shrunk you can notice it.
     
    ArfanCh, Jul 20, 2009 IP
  4. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I can't see any difference between www. and non-www. in IE8 or Firefox, everything appears the same. Maybe post a screenshot of the website appearing shrunk?

    Anyhow your better off doing a re-direction, so that users who do not type in the www. get re-directed to the address with www. , because some search engines might index your site twice..and treate non-www and www as 2 completley different websites, causing other problems such as shared pr, dupe content etc..

    You can do this using a 301 redirection which can be done via .htaccess on apache servers
     
    wd_2k6, Jul 20, 2009 IP
  5. ArfanCh

    ArfanCh Active Member

    Messages:
    572
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    90
    #5
    Yeah I fixed the problem it was actually a Zoom in so I just reseted on my browser dope I'm so stupid. I should eh, I will redirect it tonight :eek:
     
    ArfanCh, Jul 20, 2009 IP