Page 1 of 1

how do you modify {NAV_TABLE_COLUMN}???

Posted: Mon 9. Jul 2007, 14:40
by parkley
Hey guys i did a search on this replacement tag and didn't find or know what to search for...

How does one modify this tag... i see different UL list topics to modify menu's but {NAV_TABLE_COLUMN} does pretty much what i want...where does one go to make changes to the color & bullets to fit the layout..

thx guys in advance

Posted: Mon 9. Jul 2007, 19:39
by Klappstuhl28
Hi parkly,

instead of {NAV_TABLE_COLUMN} you easily use {NAV_LIST_UL:F,ID,1,act_path,active} which will be
"styled" by css.

If you are familar with css this is a very good describtion
what to do:
http://www.phpwcms.de/forum/viewtopic.php?t=14273

The great benefit of knut´s NAV_List is that it´s so much
easier to adapt the navigation to your needs. By CSS.
For changing the appearance of the nav_table_column
you have to tinker around somewhere in the code
(to let it sound dramatically).

kind regards

lars

Posted: Tue 10. Jul 2007, 14:28
by parkley
thx sir...

this works great... i just need to study it some more to totally understand what's going on...