When i use tables in any of the pages or side bar's it has a border around them. sorry if this has already been addressed. just need to find a fix for this one soon. any help would be nice
Announcement
Collapse
No announcement yet.
table borders
Collapse
X
-
You would probably need to specify the border color in the html using inline CSS.
-
just tried it, not working. unless i am doing something wrong.
<table style="background-color:#100101;" width="735">
<td style="background-color:#100101;" width="735" border="0" valign="top" align="middle">
<img src="http://www.pitbullradio.net/images/interviews.jpg" border="0">
</tr></td></table>
<table style="background-color:#100101;" width="735">
<td style="background-color:#100101;" width="400" border="0" valign="top" align="middle">
<img src="http://www.pitbullradio.net/images/nile.jpg" border="0">
<td style="background-color:#100101;" width="335" border="0" valign="top" align="middle">
box here
</tr></td></table>
Comment
-
Background colors are not the same as borders, and you've set border to 0 n most things.
Comment
-
To your table declaration add style="border:0px !important;"Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
-
Take out all the "border="0" elements and try adding : #xxxxxx; into the inline css, where xxxxxx is the required color.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment