Table Borders

Table Borders

Wednesday 30 June 2004 5:09:26 pm - 2 replies

Author Message

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>

You must be logged in to post messages in this topic!

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