Script URL: framesngifts.com/Links/links.php
Version of script: Linkman 1.03
Write your message below:
What can I put in links.php so that a bullet shows up next to the links listed on the page?
I just copied the below css info from the header.txt file
list-style-image: url(links_files/links_bullet.gif);
Happy Holidays! And thanks in advance for any assistance.
How do I add a bullet next to the links listed on index.php?
-
- Posts: 4
- Joined: Fri Dec 21, 2007 2:22 pm
How do I add a bullet next to the links listed on index.php?
Liz
http://www.framesngifts.com
http://www.framesngifts.com
In links.php you can try changing to
You can play around with the PHP/HTML code to format links even further if you like.
Code: Select all
echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'<br>';
Code: Select all
echo '<li><a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'</li>';
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
-
- Posts: 4
- Joined: Fri Dec 21, 2007 2:22 pm