Hi
First of all I would like to say the script is great.
What I would like to know is if there is a way to modify it slightly so that when the links are displayed on the links.php page there is a line space betwwen each link/description. I just think they look a little squashed together and it would be easier to read if there was a gap.
Thanks
J
Can this be done?
Hello jswilko,
Yes this can be done by editing the links.php file.
Change line 48 (links.php file version 1.03)toThe change is that there is an extra <br>.
Greetings,
Henrie
Yes this can be done by editing the links.php file.
Change line 48 (links.php file version 1.03)
Code: Select all
echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'<br>';
Code: Select all
echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'<br><br>';
Greetings,
Henrie