Nav Bar error on 1 page

liunx

Guest
I have a nav bar that is used on every page of my site. It looks fine on every page except the main page, where the titles are separated by only ONE space rather than TWO. Can anyone tell me what is causing this?<br />
<br />
<!-- w --><a class="postlink" href="http://www.ehomeparade.com">www.ehomeparade.com</a><!-- w --><br />
<br />
Thanks in advance...<br />
<br />
Tim<!--content-->Your code on every page:<br />
<ILAYER><br />
<LAYER id=la2 onmouseout="this.bgColor='#E6E6E6';" <br />
onmouseover="this.bgColor='#c7d2dd';" width="100%" <br />
bgColor="#E6E6E6"><A href=http://www.htmlforums.com/archive/index.php/"/contactus.php">Contact Us</A> </LAYER><br />
</ILAYER></TD><br />
<br />
And the index:<br />
<layer id="la2" onmouseout="this.bgColor='#E6E6E6';"<br />
onmouseover="this.bgColor='#c7d2dd';" width="100%" bgcolor="#E6E6E6"><br />
<ilayer><a href=http://www.htmlforums.com/archive/index.php/"/contactus.php">Contact Us</a><br />
</ilayer><br />
</layer><br />
<br />
Dont know if this is the problem.<br />
:rocker:<!--content-->I tried changing the Layer tags but it didn't fix the problem.<br />
<br />
Thanks for looking at it though.<!--content-->Click (<!-- m --><a class="postlink" href="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.ehomeparade.com%2F&warning=1&profile=css2">http://jigsaw.w3.org/css-validator/vali ... ofile=css2</a><!-- m -->) for a big clue. It is a tags problem, as stated above.<br />
<br />
There are a quite a lot of XHTML errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ehomeparade.com%2F&charset=iso-8859-1+%28Western+Europe%29&doctype=XHTML+1.0+Transitional&ss=1&outline=1&sp=1">http://validator.w3.org/check?uri=http% ... ine=1&sp=1</a><!-- m -->) in the page. Several previous threads have all the answers on how to fix them all. Post again if you get stuck on anything.<!--content-->
 
Back
Top