Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Add <br> tag

Quote Reply
Add <br> tag
Hi,

Sorry for this question but I cant find what template do I need to modify in ordr to add a <br> tag between subcategories. Please see this page:
http://www.mundoregio.com/Economia_y_negocios/index.html

and you will notice what I need to do.

Thanks for pointing me to the right direction.
Quote Reply
Re: [Jesus] Add <br> tag In reply to
In subcategory.html, please change:

Code:
</dt>

...to:

Code:
<br /></dt>

That should do it :)

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Add <br> tag In reply to
As always thank you Andy!