Help - Search - Members - Calendar
Full Version: help with link styles
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
GlassButrFly
I am trying to use this skin: Sweet and Simple xanga skin on my xanga, but when you put your mouse over any of the links, the links get bigger, with spaces in between the letters, and then links that you've already been too get crossed out. Is there any way to change this? I've looked through the code and can't find where the link styles are edited, so if anyone could help, that'd be great. :)
avalon*
Can you show the code please? Use the codebox.

Moved to Xanga help
GlassButrFly
Sure. This is the code that goes in the header HTML:



And this is the code that goes in Website Stats:


Thanks!
lilphoenix
that's easy, just add this to your style sheet. i suppose you know how to edit it.

talcumpowder
^ That will only result in a conflict, making the page slow to load. Therefore, you must edit the exsisting section of the code.
Replace this ::
CODE
a:visited, a.footernav:visited,  {
color: #c18f5e;
font:normal 10px arial;
line-height:10px;
text-decoration: line-through;
}
a:hover {
color: #c18f5e;
font:normal 10px arial;
line-height:10px;
text-decoration:overline;cursor:w-resize;letter-spacing:5px;
}
With this ::
CODE
a:visited, a.footernav:visited,  {
color: #c18f5e;
font:normal 10px arial;}
a:hover {
color: #c18f5e;
font:normal 10px arial;
line-height:10px;
text-decoration:overline;cursor:w-resize;}
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.