Jump to content

Need Help!!!


BrotherBear

Recommended Posts

Hi all

 

I want to know what happens with my site I log on in my PC to my site and looks GREAT! but when I log on to my site with other PC it looks bad, I started thinking it might be a CSS or XHTML script error so I went to W3 to validate the CSS and found 54 errors wich I fixed then I tried to check the XHTML in W3 validator but said that validation failed and it might be 'cause the values are wrong or the encoding of the document so I need help what could it possibly be???

 

here's the address: http://bbanddisney.freeprohost.com/

 

BB

Link to comment
https://forums.phpfreaks.com/topic/51534-need-help/
Share on other sites

well....

 

You have a bit of divitius but the one thing that will help is if you place a strict doc type declaration at the top of your page.

 

I suspect you 2 pc's have different browsers (or different versions of browsers) which is why they will render differently...

 

these lines will help

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />

Link to comment
https://forums.phpfreaks.com/topic/51534-need-help/#findComment-253876
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.