Quote Originally Posted by gee38l View Post
Thanks for the replay i have finally got it to show but it looks like this:

* Products
* UNDER_SINK_SYSTEMS
* COUNTERTOP_SYSTEMS
* REPLACEMENT_FILTERS

Also how do it get them all to be on the same line with the dotted lines?
Have to sound like one of my old grade school teachers:

go back and check your work

Code:
/*OF Menu Column 5 link Definitions*/
Define('TITLE_FIVE', '<li class="menuTitle">Products</li>');
Define('UNDER','<li><a href="http://www.truwater.com.au/under-sink-systems-c-11">UNDER_SINK_SYSTEMS</a></li>');
Define('COUNTER','<li><a href="http://www.truwater.com.au/countertop-systems-c-10">COUNTERTOP_SYSTEMS</a></li>');
Define('REPLACEMENT','<li><a href="http://www.truwater.com.au/replacement-filters-media-c-15">REPLACEMENT_FILTERS</a></li>');
/*EOF Menu Column 5 link Definitions*/