How do I add a bullet next to the links listed on index.php?

Problems installing LinkMan?
Post Reply
FRAMESnGIFTS
Posts: 4
Joined: Fri Dec 21, 2007 2:22 pm

How do I add a bullet next to the links listed on index.php?

Post by FRAMESnGIFTS »

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.
Liz
http://www.framesngifts.com
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In links.php you can try changing

Code: Select all

echo '<a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'<br>'; 
to

Code: Select all

echo '<li><a href="'.$url.'" target="_blank" class="linkman">'.$title.'</a> - '.$description.'</li>'; 
You can play around with the PHP/HTML code to format links even further if you like.
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
FRAMESnGIFTS
Posts: 4
Joined: Fri Dec 21, 2007 2:22 pm

Post by FRAMESnGIFTS »

Wow even I can read & understand that! :)

I'm amazed because I have another site using PHPNuke, and it's quite a bit more difficult to figure out for me.

Thanks for making such a simple straight forward free script!
Liz
http://www.framesngifts.com
Post Reply