HTML and Code design insider tricks
HyperText Link variations
See-How its done
HyperText Link variations are know as Link Decorations; the format attached to Linked Text for navigation. Four useful standards are supported, each with its own specific formating.
HYPERTEXT LINK VARIATIONS
LINK DECORATION - Standard underline
| <a href="http://www.see-search.com">Standard Link</a> |
see-example |
LINK DECORATION - No Underline
| <a href="http://www.see-search.com" style="text-decoration: none">No Underline Link</a> |
see-example |
LINK DECORATION - Overline
| <a href="http://www.see-search.com" style="text-decoration: overline">Overline Link</a> |
see-example |
LINK DECORATION - Line Through
| <a href="http://www.see-search.com" style="text-decoration: line-through">Line Though Link</a> |
see-example |