PDA

View Full Version : list.php query


malum
19th of January 2005 (Wed), 08:17
EE 1.5 RC4

How can I make the table of thumbnails (when viewing 4 or 7 thumbnails in a row) so that there is a border around the contents of each cell in the table.
I want the border around the thumbnail and the header info for each cell and I can't find a way of doing this.


Many thanks

malum
21st of January 2005 (Fri), 05:44
bump

Pekka
21st of January 2005 (Fri), 05:54
In outputstyles/x_per_row.php change in line 11

<table width="100%" border="0" ......

to

<table width="100%" border="1"

malum
21st of January 2005 (Fri), 06:17
Many thanks.

Looks kind of ugly now, I can see why it isn't on by default :lol: