Notifications
Clear all
Topic starter
I'm trying to figure out why on my categories page
http://amalthia.mediawood.net/ebooks/browse.php?type=categories
username: ebooks
password: forus
is showing cells for the rows and columns. I've tried modifying my blocks category settings but nothing I do there seems to affect the way the categories are showing. What I wanted is one table with the categories in 3 columns but on a white background, showing no cell borders.
I'd appreciate any and all help.
thanks
Posted : 05/02/2008 2:02 pm
I don't know what to do for your problem, but I think that it looks very pretty in that way!
Posted : 07/05/2008 1:30 pm
Remove the "block", "tl" and "tr" divs from around the categories. That's where the borders are coming from. Place it around the category block, like this:
<div class="block">
<div class="tl"><div class="tr">
</div></div>
<!-- START BLOCK : categoryblock -->
<div class="content"> {link} {count}</div>
<!-- END BLOCK : categoryblock -->
</div>
Posted : 07/05/2008 8:50 pm
