View Full Version : Table Border
Dalziel
04-10-2003, 04:21 PM
I've written a site using XHTML, CSS, JS and PHP. I am now stumped by a f****ng table border :o
http://www.danleitch.co.uk/sound - whatever I do I can't get rid of the grey border round the menus.
oracleguy
04-10-2003, 04:31 PM
It almost looks like a cell spacing issue. But you've already added cellspacing=0 to the table tag. Try adding cellpadding=0. If that doesn't work, you could just put all your drop down boxes in the same td tag that should eliminate the border between them. But it probably wouldn't get rid of the one above.
Check your CSS "dropdown" class and make sure there isn't anything there that could be causing it.
Roy Sinclair
04-10-2003, 04:31 PM
<table class="heading" cellspacing="0" cellpadding="0">
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.