You can change how ALL your links look:
just when its normal (A:LINK),
once you visited it (A:VISITED),
when you click on it (A:ACTIVE),
when you put your mouse on it (A:HOVER).
The following is the main code. Put it ONCE on your page, and it changes ALL your links. Whatever interesting style code you want to do, put that particular code where it says "text-decoration:none" |
See where it says "text-decoration:none"? That can be changed to many different codes, which make links underlined, bold, italic, different colors, etc. You can change any, or all of the text-decorations. If you want to, replace the part where it says "text-decoration:none" on each line with one of the following codes. OR if you leave it as it is, the links will be plain, non-underlined. You can also put more than one text decoration on each section. |
Text Decorations For Links
Code To Replace "text-decoration:none" WithWhich Makes...
text-decoration:underline
underlined
text-decoration:underline overline
underline & overline
background-color:COLORHERE
background color
text-decoration:line-through
slashed out
cursor:crosshair
cross cursor
cursor:n-resize
cursor points up
cursor:s-resize
cursor points down
cursor:w-resize
cursor points left
cursor:e-resize
cursor points right
cursor:wait
hourglass cursor
font-weight:bold
bold font
font-weight:italic
italics text
font-size:#pt
sized text
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | |