![]() |
Catagory Menu Listing Horizontally
HI,
Can any one tell me the code or set up for Horizontal Catagory Menu? I want it under the Head.tpl - Horizontally -- -- -- -- -- -- Also Possible code for Catagory Under Subcatagory --- --- -- -- thanks |
What you need to do is look at where the code for displaying categories currently is. What it's doing right now is looping through the categories, and creating a new row in the table for each category. What you want it to be doing is creating a new column, so instead of inserting <tr><td>{categoryname}</td></tr> you want it to be inserting <td>{categoryname}</td> when it loops through the categories. This is just pseudocode, mind you, I can't remember the name of the variable you need to plug in off hand. Good Luck! :D
|
All times are GMT -8. The time now is 03:03 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.