Yahoo Groups archive

MOTM

Index last updated: 2026-04-28 23:35 UTC

Message

RE: [motm] Re: Visit my new MOTM web site (updated!)

2000-10-25 by Tkacs, Ken

The best way to control how text and links look and work is to use Cascading
Style Sheets, such as the example code below, placed in the <Head> of an
HTML page:


<STYLE TYPE="text/css">

	.BodyText {font-family: Georgia, Times, Serif;
				font-size: 10pt;
				text-decoration: none;
				}

	.BodyText A {color: #0000CC;}

	.BodyText A:hover {color: #008800;}

</STYLE>


Then you class all your body text as "BodyText" and the rest is magic.

Okay, I'll be quiet now.

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.