def1 Established Member โ 20 โ Impact 6 Aug 18, 2005 619 views 10 replies #1 everytime I add a link to this page www.bumrecords.net/artists.html it doesnt allow me to change the purple color
everytime I add a link to this page www.bumrecords.net/artists.html it doesnt allow me to change the purple color
U user-7256 VIP Member VIP โ 20 โ Impact 111 Aug 18, 2005 #2 ...is this your site? If not, then you have no control over this...
H HHDomains Established Member โ 20 โ Impact 24 Aug 18, 2005 #3 Try adding this command under </head> <body link="#800080"> Change the number to the color you want.
def1 Established Member โ 20 โ Impact 6 Aug 19, 2005 #4 yes its my site and i will try right now and see if it works
U user-7256 VIP Member VIP โ 20 โ Impact 111 Aug 19, 2005 #6 Put this between your <head> and </head> statements: HTML: <style>a {color: blue} a:hover {color: red} a:visited {color: blue} </style> ...that should help. And JUST in case, if it STILL doesn't work, add the following to your <body> tag: HTML: link="blue" alink="blue" vlink="blue" Note you can change ANY colors you want
Put this between your <head> and </head> statements: HTML: <style>a {color: blue} a:hover {color: red} a:visited {color: blue} </style> ...that should help. And JUST in case, if it STILL doesn't work, add the following to your <body> tag: HTML: link="blue" alink="blue" vlink="blue" Note you can change ANY colors you want
def1 Established Member โ 20 โ Impact 6 Aug 19, 2005 #9 i havent tried yet hold up the second one worked thanks
Zubair1 Established Member โ 20 โ Impact 50 Aug 21, 2005 #11 Hi Ppl, I was just wonder what was he trying to change the link or the background?