different links color changer?, ...a such thing? |
![]() ![]() |
different links color changer?, ...a such thing? |
Sep 2 2004, 08:12 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
is there a such thing as for ex. i dont want all my links to be the same color. like i want the blogrings links to be ...lets say blue but i want my eprops and comments links to be like pink? is there a such script?
|
|
|
|
Sep 2 2004, 08:36 PM
Post
#2
|
|
|
anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 |
yes there is, yu can use the bold code where all yur bold letters can be different color and then your link color to be different than your bold letters because your blogrings are bold.
|
|
|
|
Sep 2 2004, 08:53 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
ah...i see.
|
|
|
|
Sep 2 2004, 09:05 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
GAH!!! for some odd reason its not working...cuz i put the bolded text as green and the links as white...but the blogring links are still white!!!
my xanga here Ps.) oh yea its also not the best lookin xanga. |
|
|
|
Sep 3 2004, 12:06 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
well that wouldnt be the code because that code for the bold letter color thing is for the blogbody.... u need the one for the left table
CODE <!-- begin code provided by createblog.com --> .blogbody b, .standard b, p b, strong { /* BOLD */ font-weight: bold; font:normal 13px georgia; line-height:17px; color:#00FF00; text-align:justify; } <!-- end code provided by createblog.com --> see how it says blogbody? thats not what u need u need this one CODE <!-- begin code provided by createblog.com --> [code] table.left TD b, .standard b, p b, strong { /* BOLD */ font-weight: bold; font:normal 13px georgia; line-height:17px; color:#00FF00; text-align:justify; } <!-- end code provided by createblog.com --> try using that instead |
|
|
|
Sep 3 2004, 09:46 AM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 194 Joined: Aug 2004 Member No: 43,825 |
|
|
|
|
![]() ![]() |