View Full Version : about links in xanga


bRiTtLiShUs
07-23-2003, 12:08 AM
does anyone know how to get the visted links to have a line through it..like a strikeout kinda thing? or how to make those message pop up things when you first get to a page..like this

http://www.xanga.com/home.aspx?user=P1nKpLayBoi_KyOOtiE

Lemon Squash
07-23-2003, 12:14 AM
<style type="text/css">
A:link
{ text-decoration: none; color:#000000; }
A:visited
{ text-decoration: line-through; color:#000000; }
A:active
{ text-decoration: none; color:#000000; }
A:hover
{ text-decoration: none; color:#000000;
</style>

That?

bRiTtLiShUs
07-23-2003, 12:17 AM
yea thanks