diff. link's colors, changing individual link's colors...? |
![]() ![]() |
diff. link's colors, changing individual link's colors...? |
Nov 9 2004, 08:53 PM
Post
#1
|
|
![]() i am displaced. ![]() ![]() ![]() ![]() Group: Member Posts: 100 Joined: Aug 2004 Member No: 44,860 |
is there some script code i can add to this one to change the color of one individual link? HELP!
CODE <!-- begin code provided by createblog.com -->
<script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "cents"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "cent"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "dollars"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "dollar"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me"); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "log out"); }//--> </script> <!-- end code provided by createblog.com --> |
|
|
|
Nov 10 2004, 04:05 PM
Post
#2
|
|
![]() i am displaced. ![]() ![]() ![]() ![]() Group: Member Posts: 100 Joined: Aug 2004 Member No: 44,860 |
anyone?...
|
|
|
|
Nov 10 2004, 06:36 PM
Post
#3
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Not that I know of. But which would you like to change?
|
|
|
|
Nov 11 2004, 04:58 PM
Post
#4
|
|
![]() i am displaced. ![]() ![]() ![]() ![]() Group: Member Posts: 100 Joined: Aug 2004 Member No: 44,860 |
well see... my friend has 2 colors on her site. blue and brown. the left side modules have brown interoir and blue text/links...the main body has blue interior and BLUE links. i want to change the main bodys links to brown so you can see them but xanga only lets you choose one color for links. (besides links that are active, visited etc...)
|
|
|
|
Nov 11 2004, 05:01 PM
Post
#5
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
Please don't double post.
..Then why don't you ask your friend? |
|
|
|
Nov 11 2004, 05:12 PM
Post
#6
|
|
![]() i am displaced. ![]() ![]() ![]() ![]() Group: Member Posts: 100 Joined: Aug 2004 Member No: 44,860 |
no see...i'm trying to fix her site for her.
|
|
|
|
![]() ![]() |