Want to customize NAV_TABLE_COLUMN

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Bobo
Posts: 13
Joined: Tue 18. Jan 2005, 03:06
Contact:

Want to customize NAV_TABLE_COLUMN

Post by Bobo »

Hi there,

we want to customize the visual of the nav_table_column by having a border aroung each "button" like in tables with:

style="border-collapse: collapse; border-left-width: 1px; border-right-width: 1px; border-top: 1px solid #000000; border-bottom: 1px solid #000000"

Does someone of you guys know how and where to change the code?

Best Regards

Bobo
Ben
Posts: 558
Joined: Wed 14. Jan 2004, 08:05
Location: Atlanta
Contact:

Post by Ben »

You'll be able to easily control tons of formatting issues with {NAV_TABLE_COLUMN} by going to the third block (beginning with '// navigation table defaults') in /include/inc_conf/conf.template_default.inc.php. You could even control many things from the main css file if you assign a class to the nav.
Bobo
Posts: 13
Joined: Tue 18. Jan 2005, 03:06
Contact:

Post by Bobo »

Ben wrote:You'll be able to easily control tons of formatting issues with {NAV_TABLE_COLUMN} by going to the third block (beginning with '// navigation table defaults') in /include/inc_conf/conf.template_default.inc.php. You could even control many things from the main css file if you assign a class to the nav.
Thank you Ben! But the Modifications i'am talking about could not be setup there. Of course you can assign there tons of setting, but no borders.
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

http://www.phpwcms.de/forum/viewtopic.php?p=30441#30441
THis shows you where to edit the table for the navigation in the code. Mayve you can specify some class in the css file and then add it to the table design.
Post Reply