Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-12-05 00:41:07

BeSharp
New Member
Registered: 2006-12-05
Posts: 7

Acronyms in non capitals

I understood that acronyms are generated like this

CAPITAL(Explanation)

However I don’t want my acronym to be in capital letters. How did they do it here http://textgarden.org/softened-cells (the Textile acronym in the lower part of the page is not capitalized).

However

Capital(Explanation)

seems not to work.

Hints?

Offline

#2 2006-12-05 05:39:05

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,323
Website Mastodon

Re: Acronyms in non capitals

Use HTML: <abbr title="Explanation">Capital</abbr>. You are not required to use Textile, it’s just a convenience for the common cases.

Offline

#3 2006-12-05 21:30:12

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: Acronyms in non capitals

You can use CSS:

acronym {
text-transform: lowercase;
}

(They shouldn’t be using an acronymn nor an abbreviation tag for a real word, like “Textile”; they should simply make use of a span, a title attribute, and CSS.)

Offline

Board footer

Powered by FluxBB