1 volant79 Apr 13, 2006 19:22
3 edb Apr 13, 2006 23:23
I agree with personman because tables expect things you can't know your visitors have (like screen resolution), but you can put your categories in a table - I THINK.
You will have to look at your skin's _main.php file and _categories.php file, and maybe your skin/_categories.php file. The last is a maybe depending on your skin - start doing it just in your skin and see if it works. Anyway you'll have to add the table start and end tags somewhere. Probably in your _main.php file. Next you'll have to figure out which of the variables in _categories.php should have <td> and <tr> (and of course the closing tags) to make it do what you want it to do. Just off the top of my head I'd say replace "ul" with "tr" and "li" with "td" but since I don't do tables I can't say for sure.
Also keep in mind that whenever you add a new sub-category your table will get wider. Eventually you might see where personman was right and that a table isn't the best way to do this. Of course, what works for you is what works for you!
4 volant79 Apr 20, 2006 15:49
I've gone with staying with the list format.. Thanks for the responses!
Did you just use "nice" and "table format" in the same sentence? :o
I think you're better off sticking with the list items and styleing it how you want with css.
Or something like that would help you style the subcats.