Can't hide table rules
-
Hiya!
Am using a table for alignment of items on my front page (it’s a page, not a post, Theme is Comet).
Am using the tag <table style=”border: none;”> but still get faint “rules” appearing for my table in Chrome and Safari (haven’t tried other browsers). I want my table to be invisible. No weird formatting, it’s a pretty basic table.
Happy to try any suggestions. Thanks!
-Dana
The blog I need help with is: (visible only to logged in users)
-
To override these default borders, you need to write the opening table tag and each opening td tag this way:
<table style="border:none;">
<td style="border:none;">from http://wpbtips.wordpress.com/2010/06/15/overriding-table-borders/
-
-
- The topic ‘Can't hide table rules’ is closed to new replies.