Quote:
Originally Posted by TeknoSounds
Hmm, I'm using the option version, and setting border=0 doesn't seem to remove the border from the table. You can see on my site's main page: http://teknosounds.com
it starts out with: [tbl="border=0 align=center"]
|
I see you have a .css file over-riding your default style of the table <td> tag, so you need to manually tell it to have no border in each [td] tag, I see you already use align=center... change each [td] tag to:
[td="align=center style='border: 0px;' "]
And you'll have no border. :up: