can someone tell me why my page isnt displaying my site correctly? it works fine on my computer then i upload it to my site and make ZERO changes and it doesnt display correctly.
Thanks
Thanks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> [COLOR="Orange"]<html xmlns="http://www.w3.org/1999/xhtml"> [/COLOR]
font-family: Georgia; serif;
font-family: Georgia, serif;
<head> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head>
<head>
<head>
is that to be considered complete you need to include a <title>
.. something like this:<head> <link href="css/style.css" rel="stylesheet" type="text/css" /> <title>Title Of Your Page</title> </head>
<div class="mid"><img src="logo2.gif" alt="Team Frog Logo" ></div>
<div class="mid"><img src="logo2.gif" alt="Team Frog Logo" /></div>
<hr>
instead of <hr />
<br />
tags, that you are trying for closer to XHTML (Transitional?)©
instead of ©
Comment