Hi,
The first time you use the acronym on each page it should be should
accompanied with the full name. So this wouldn't need the acromym tag.
Further uses of the acronym should be enclosed in the acronym tag.
I usually use CSS to give it a dotted underline and change the cursor to a
question mark:
acronym {
font-weight: 800;
border-bottom: 1px dotted black;
cursor: help;
}
(For the semantics debate see: http://en.wikipedia.org/wiki/Acronym - if
you have a few hours to spare)
Yours
Stuart
--
Stuart Foulstone.
http://www.bigeasyweb.co.uk
BigEasy Web Design
69 Flockton Court
Rockingham Street
Sheffield
S1 4EB
Tel. 07751 413451
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************