Author Topic: Categories as vertical list  (Read 5147 times)

0 Members and 1 Guest are viewing this topic.

Offline spookypld

  • Pre-Newbie
  • Posts: 8
    • View Profile
Categories as vertical list
« on: January 14, 2009, 07:05:22 PM »
Hi!

I found that Categories in home page are appearing horizontal, and I want them vertical, like a list. So I've tried to put them in a box and trim this box to the smallest I can... and they're still appearing horizontal. No way to change it?

How it is: http://spooky.8p.pl/4images/index.php

How I want it to be: http://www.spooky.8p.pl/1.jpg

Like You see I want to make one menu from Categories and {lang_xyz_images}

Is there any way to do it? I can't find solution in template files, so hard coded my guess. Can You help me?

I will share this template (will be valid tableless html+css). Will You? ;)

EDIT: Now I've found that there is some way of doing it. I've checked source code of generated page and it adds table

Code: [Select]
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="50%" class="catbgcolor">
<table border="0" cellpadding="3" cellspacing="1">
<tr>
<td valign="top">
<!--   -->
 <a href="./categories.php?cat_id=1" class="maincat">Galeria</a>&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
« Last Edit: January 14, 2009, 07:28:45 PM by spookypld »

Offline om6acw

  • Full Member
  • ***
  • Posts: 187
    • View Profile
    • My Animal's World
Re: Categories as vertical list
« Reply #1 on: January 14, 2009, 08:39:49 PM »
why that complicated??? just go to your admin panel -> category setting -> Number of table cells set to 1

you can see how looks that on my website in my signature

Offline spookypld

  • Pre-Newbie
  • Posts: 8
    • View Profile
Re: Categories as vertical list
« Reply #2 on: January 14, 2009, 09:04:44 PM »
Thx man! It is what I was looking for :)