PDA

View Full Version : Sub-categories stay on one line under category


K12
10-26-2006, 07:06 PM
I'm using Real-Blue template from RealWD. The Sub-categories stay on one line under category heading. They will not wrap to a second or third line.

Can someone please direct me to the file and the necessary code to force the sub-cats to display on more than one line. The displaying on one line is distorting the entire page.

This is the web site: http://atozsearchdirectory.com/index.php

Thanks,:confused:

anon
10-26-2006, 08:03 PM
ok.. find this section of code in your main.tpl file

Content visible to registered users only.

see the section: {$scat.TITLE|escape}</a>, {/foreach}

change it to: {$scat.TITLE|escape}</a><br /> {/foreach}

and you should be good to go.