Gossamer Forum
Home : Products : DBMan : Customization :

Table lines in netscape

Quote Reply
Table lines in netscape
Hi !

Can anyone tell me how to remove table lines which are visible in the Netscape but not in IE ?

you can see it for yourself at this address:

http://konik.gajba.net

Thanx,

Sasa
Quote Reply
Re: [atomant] Table lines in netscape In reply to
You may have figured it out already, but I think you should use
Code:
<table cellpadding="2" cellspacing="0" border="0" width="852" bordercolorlight="#FFFFFF" bordercolordark="#FFFFFF" style="border-collapse: collapse" bordercolor="#111111" height="1559">

where as you had border="2"

I hope it was that simple.Smile
Quote Reply
Re: [joematt] Table lines in netscape In reply to
Thanx, Joematt...It was so easy.

Now it works fine under Netscape.