Page 1 of 1

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

Posted: Sun Jul 26, 2009 5:30 pm
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

Posted: Mon Jul 27, 2009 7:24 am
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>

Posted: Tue Jul 28, 2009 9:46 pm
by DC
You can even add a css class if you like to get exact pix spacing if you like.

DC