Table Borders

Author Message

Simon Bryan

Wednesday 30 June 2004 5:09:26 pm

Is there anyway I can turn off the Table Borders alltogether, I select a width of 0 in the OE but I still get a border. I thought that a width of 0 made it invisible?

Brian Shumate

Saturday 11 December 2004 6:08:32 pm

Greets!

For anyone who has found this entry on a search in vain (like I did), you could try the method I was able to use which supresses any border (effectively border="0"). When building your table, simply reference a non-existant class (I used 'noborder') :

<table class='noborder' border='0' width='100%'>
<tr>
<td>
</td>
</tr>
</table>

It's a kludge-workaround, but it works! ;-)

Alex Jones

Sunday 12 December 2004 7:53:06 am

An easier way would be to add the following code to the style sheet used to display the page:

table {
  border: 0;
}

Alex
[ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ]

<i>When in doubt, clear the cache.</i>

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.