Linking graphic images to another page:
Coding to link pages
Links with changes on mouse over:
Mouse over link with a background:
Changing link styles:
See where it has text-decoration:none? That can be changed in
different ways, some that can make links underlined, bold, italic, different
colors, etc. You can change some, or all of the text-decorations. If
you so choose to, replace the part where it says 'text-decoration:none'
on each line with any one of the following codes. OR if you leave it as
it is. You can also put
more than one text decoration on each section. it's totally up to you
| Name Of Tag |
What Tag Does |
| text-decoration:underline |
underlined |
| text-decoration:overline |
overline |
| text-decoration:line-through
|
slashed out
|
| cursor:e-resize |
cursor points right |
| cursor:crosshair |
cross cursor |
| cursor:n-resize |
cursor points up |
| background-color:COLORHERE |
background color |
| cursor:s-resize |
cursor points down |
| cursor:w-resize |
cursor points left |
| cursor:wait |
hourglass |
| font-weight:bold |
cursor
bold font |
| font-weight:italic
|
italics text
|
| font-size:#pt
|
sized text |