How to add a <br /> tag between each featured link

Problems installing LinkMan?
Post Reply
Pilo
Posts: 6
Joined: Sun Jul 26, 2009 5:20 pm

How to add a <br /> tag between each featured link

Post by Pilo »

Hi,

I'm using version 1.7 of LinkMan.

I can't figure out how to add a <br /> tag between each featured link. At the moment they are all vertically adjoined to each other. I would like there to be a line space between each featured link.

Thanks for the great script.

Pilo
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Line 163 in links.php ends with

Code: Select all

<br>&nbsp;</p></td>
To add more space you could change that to

Code: Select all

<br>&nbsp;<br>&nbsp;</p></td>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
DC
Posts: 138
Joined: Sun Dec 09, 2007 9:28 am

Post by DC »

You can even add a css class if you like to get exact pix spacing if you like.

DC
To Code Or Not To Code That Is The Question?

Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
Post Reply