Peter, Dwain...

That was it! Now everything validates, and the borders on images are gone. Thank you so very much, I am more grateful than you can imagine!

:) Lorraine


On 08 29, 05, at 12:41 PM, Peter Williams wrote:

From: Lorraine Nepomuceno

I'm going nuts trying to get rid of the border on my linked images.
See the sample here:
http://www.splashscreen.com/test.html



Lorraine,

A couple of things are awry with your markup:

<div id="navcontainer">
<ul id="navlist">
Used twice on the page, an id instance can only occur
once per page.

<img src="images/ssoffice.png" alt="Test" >
Not properly closed.

Since the img element is malformed it might cause your
a img rule to not apply.

<form method="get" action="<$MTCGIPath$><$MTSearchScript$>">
Your form element is upsetting Tidy too.

--
Peter Williams
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to