Hi! I want to change the link color on my web site, which is hosted by a third party and uses templates. I can%26#039;t find any link color language in the source code. Any tips? Does some of the source code stay %26quot;off-page%26quot; with the template maker? Thanks!!!!
HTML and templates?
well, in the html code, where it says %26lt;body%26gt;, change it to %26lt;body link=%26quot;color goes here%26quot; alink=%26quot;color#2%26quot; vlink=%26quot;color#3%26quot;%26gt;
%26quot;color goes here%26quot; - just a random color (i think)
%26quot;color#2%26quot; - an unvisited link
%26quot;color#3%26quot; - visited link/link already clicked on
hope i helped. ^__^
HTML and templates?
Upload a css file and link to it as an external css file.
Change the link color on the css file and all your links should be change.
http://www.w3schools.com/css/default.asp
You can add this to your css file:
a { color:#000000;}
That should change all your links to black.
No comments:
Post a Comment