Greg, Tried your suggestion (style="border-width:0px"), same result. Table is still being presented with a border... Gregor Speck wrote:
Hey did you tested style="border-width:0px" ?
Greetz Greg
2008/10/29 BrianJones <[email protected]>
Sorry, this may be a bit of a pedestrian question, but I've searched the forum, tried the examples given, and followed the examples in the documentation guide all with no avail.
On a page, I have a table:
<table width="100%" border="0"> <tr> <td> <h3>Blah Blah Blah...</h3> <h3>Blah Blah Blah...</h3> </td> <td> {image:Some_image.jpg|400|300| |right} </td> </tr> </table>
But for the life of me, I can't get it to render without borders. The border="0" attribute doesn't seem to be working, I tried adding an in-line css to the <table> tag (<table style="border:0;">), this also didn't work.
I searched the forums here for some ideas, and it was suggested to edit the table.css file accordingly. The only table.css file I have on my installation is for the albatross skin (which I'm not using). Anyways, just for the sake of being complete, I tried editing this file, and completely REMOVED anything about borders, then restarted Tomcat, and the table still renders with borders.
Does anyone have any ideas? It's so simple, yet so aggrivating... Thanks ahead of time guys. -- View this message in context: http://n2.nabble.com/Table-style-not-being-affected-tp1395116p1395116.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- View this message in context: http://n2.nabble.com/Table-style-not-being-affected-tp1395116p1398224.html Sent from the XWiki- Users mailing list archive at Nabble.com.