Hi there,
I want to force some text to be uppercase using HTML tags only.
My situation is that i am amending a large website where the attribute -
TEXT-TRANSFORM: lowercase;
has been added to each element in the many stylesheets used.
I dont want to change the stylesheets as this will change many items throughtout the site.
I basically want to achieve something like this.
The Code is <upper>xx</upper>.
where xx will be displayed in uppercase and the rest of the text will be lowercase.
Thanks in advance,
Rich.
I want to force some text to be uppercase using HTML tags only.
My situation is that i am amending a large website where the attribute -
TEXT-TRANSFORM: lowercase;
has been added to each element in the many stylesheets used.
I dont want to change the stylesheets as this will change many items throughtout the site.
I basically want to achieve something like this.
The Code is <upper>xx</upper>.
where xx will be displayed in uppercase and the rest of the text will be lowercase.
Thanks in advance,
Rich.