[EMAIL PROTECTED] wrote:
> http://www.designbyatfb.com/temp-images/xhtml/index3.html
> above is the best I can do, remember I am an amatuer. Netscape and
> Mozilla are ignoring a few <br /> tags in the html between the Webado
> shop and Policy links, have no idea why.
That's because you have *3* BRs in between these two links instead of one.
But as I said, I don't see the purpose of these elements unless in the case
the document would appear unstyled.
So I think an easy way to take care of the whole thing is to use CSS to get
rid of them rather than trying to style them.
Try this:
.sidemenu br {display:none}
.sidemenu a {margin-bottom:2px}
That way, you can even keep the three BRs :)
---
Regards,
Thierry | www.TJKDesign.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************