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.

eZ debug

Timing: Jan 30 2025 21:43:34
Script start
Timing: Jan 30 2025 21:43:34
Module start 'layout'
Timing: Jan 30 2025 21:43:34
Module start 'content'
Timing: Jan 30 2025 21:43:34
Module end 'content'
Timing: Jan 30 2025 21:43:34
Script end

Main resources:

Total runtime0.0290 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0050 588.0078151.1953
Module start 'layout' 0.00500.0040 739.2031220.6563
Module start 'content' 0.00900.0184 959.8594997.7891
Module end 'content' 0.02740.0016 1,957.648429.9922
Script end 0.0290  1,987.6406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00268.7979140.0002
Check MTime0.00113.6951140.0001
Mysql Total
Database connection0.00082.833310.0008
Mysqli_queries0.00279.168130.0009
Looping result0.00000.034510.0000
Template Total0.00113.810.0011
Template load0.00093.057410.0009
Template processing0.00020.754310.0002
Override
Cache load0.00062.031410.0006
General
dbfile0.00206.811680.0002
String conversion0.00000.024640.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs