making link bold when updated

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

making link bold when updated

Post by pleigh »

everything is doing fine now, i modified the database to fit the needs, i can now sort the view page when mysql is updated, but there is another problem....how can i make the link bold when the message is updated, tried some modifications from css but i have no luck....
User avatar
smpdawg
Forum Contributor
Posts: 292
Joined: Thu Jan 27, 2005 3:10 pm
Location: Houston, TX
Contact:

Post by smpdawg »

You could add something like style='font-weight: bold;' to that inside of <a href='http://www.somesite.com' style='font-weight: bold;'>Link</a>
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

Post by pleigh »

thanks, but the idea is that whenever the link is updated, it is bold, but if not, it remains as visited link, or normal link....no bold....
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

to implement this you need to combine a SQL Query along with some css. ;)
Post Reply