Bry Man
06-23-2004, 08:20 PM
Hi I recently moved to a new host and uploaded my Old site with modifications so that it would work properly and....its not working, the style sheet isnt being applied to my site for some reason but it did in the old one, the directory structure is the same but im at a loss because nothing ive done seems to solve my problem
heres my head with the caller script for the sheet
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>RsX Clan Site</title>
<meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/css/default.css" title="Default" />
<!-- Start code //--><SCRIPT LANGUAGE="JavaScript"><!-- function open (){return true;} //--></SCRIPT>
<div class="logo"><img src="../Images/ReactorLogo1.jpg"></div>
</head>
The css file (default.css) is located in /css/default.css but it doesnt seem to be called, I checked the calling tag with W3 schools and it seems to be fine, only thing that I can think of is that I accidently deleted a line that needs to be there since then...any help is appreciated
heres my head with the caller script for the sheet
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>RsX Clan Site</title>
<meta http-equiv="Content-Type" content="text/xhtml; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/css/default.css" title="Default" />
<!-- Start code //--><SCRIPT LANGUAGE="JavaScript"><!-- function open (){return true;} //--></SCRIPT>
<div class="logo"><img src="../Images/ReactorLogo1.jpg"></div>
</head>
The css file (default.css) is located in /css/default.css but it doesnt seem to be called, I checked the calling tag with W3 schools and it seems to be fine, only thing that I can think of is that I accidently deleted a line that needs to be there since then...any help is appreciated