 |

Teambldr
User
Sep 13, 2002, 8:40 AM
Post #1 of 2
(1390 views)
Shortcut
|
|
AM-RM-Auntie M-Any M - TITLE CAP FILTERING
|
Can't Post
|
|
Would it be possible to have a script that made all titles CAP? The reason I lean towards all caps is the logic needed to understand where a cap is needed and where it could be eliminated is way to much. So rather than take on this monolith of a project the obvious answer would be to make all letters CAPS. Any thought on this? Brian
(This post was edited by Teambldr on Sep 13, 2002, 8:45 AM)
|
|
|  |
 |

dlo_itools
Staff

Sep 13, 2002, 9:26 AM
Post #2 of 2
(1385 views)
Shortcut
|
You can use the style sheet property to display text in all caps. The default style sheet already does this for the article category class("arthead"). Just add the same to the article title class ("artname"). For example,
.artname { font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase; } This property is part of the CSS1 spec, so most modern browsers should support it. See http://www.w3.org/TR/REC-CSS1#text-transform for more info /Dave Lo
|
|
|  |
|