Page 1 of 1
making link bold when updated
Posted: Tue Mar 01, 2005 2:18 am
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....
Posted: Tue Mar 01, 2005 2:24 am
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>
Posted: Tue Mar 01, 2005 2:32 am
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....
Posted: Tue Mar 01, 2005 3:10 am
by n00b Saibot
to implement this you need to combine a SQL Query along with some css.
