Gossamer Forum
Home : Products : Links 2.0 : Customization :

How to not indent the %title_linked%?

Quote Reply
How to not indent the %title_linked%?
Hi,

I want to make the %title_linked% to not be indent when view it, but rather just left it on total left align. For example:

Top : aa

default is indented so far in. If I want to make it zero indent like.

Top : aa

What file and where can I modify it to make this change? Any help is appreciated..

Evan
Quote Reply
Re: [Boinky] How to not indent the %title_linked%? In reply to
The default code is like so:

<p><strong class="title"> <%title_linked%> </strong></p>

You can remove the paragraph tags and use break tags, this will probably do what you want. This code is on each template page that has a linked title. If you're using CSS, you can also adjust things that way.


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] How to not indent the %title_linked%? In reply to
Hi,

Thanks for reply. But I think I already fixed it without realizing it. Just the width I forgot left it there a little wide. Thanks anyway for helping. Appreciated.