Hello,
I have the latest version of Linkman and would like to know how I can make it so that the script will insert a space between each listing that appears in the directory? I believe this will make it easier to read.
So, instead of the entries looking like this:
"CSS and Web standards - Tutorials and articles about CSS and web standards (in Portuguese)
UGA internet guides - UGA media is the European publisher of internet guides, business portals, travel guides and reference cd-roms."
.....They would look like this:
"CSS and Web standards - Tutorials and articles about CSS and web standards (in Portuguese)
UGA internet guides - UGA media is the European publisher of internet guides, business portals, travel guides and reference cd-roms."
Could you tell me how I would be able to make the script insert a space between each entry like the above example?
Thanks for your reply.
Summer
inserting a space between each listing
Open links.php in a PLAIN TEXT editor (Notepad, Wordpad) and change the HTML code in this line:
Change it for example to
Haven't tested it, but should work
Code: Select all
echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'<br>';
Code: Select all
echo '<p class="linkman"><a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'</p>';
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
it works
I made the code change on my website and it works great. Take a look.
Marie
http://www.psychicmarie.com/linkman/links.php
Marie
http://www.psychicmarie.com/linkman/links.php