::StyleSheet Method (External)::
the same code is applied above, but placed into a .css file and uploaded elsewhere. In place of the style tag goes a link tag:
::Additional Details::
Since you asked about changing link color, I'm assuming you are less than familiar with color codes. You can specify the color of an element in a few different ways:
-keywords (such as 'red', 'blue', or 'green')
-RGB decimal
-RGB percentage
-hexadecimal
Rather than go into detail (since this info is readily available to anyone willing to look online), I'll just give an example of each. The codes below each would produce a green color:
For color, you could do one of two things. You can use tags, such as , and place the linking code inside it.
A more complicated way would be to insert it into the BODY tag. There are three options. Alink, which is for links that have been clicked and you are now being directed, Vlink, for a link you have already visited, and just link for link colors. So for example, just a link color would look like this:
And you can fill out the hex code to your needs.
For centering, you use just simple text centering. You can use either and place the link code in the middle or just
and place the link code in the middle of that.
For bigger font, you would use simple text font sizes, using the codes and place the link code in the middle of that.
So one link with all the features would look like this:
answer #2
·
answered by Luke K (www.lukeishere.com)2
·
0⤊0⤋
WRONG radden419
that site looks as if it knows NOTHING about website design,
the easyiest way to define colours and fonts is within a css document