Is there any formatting tag that will convert text to uppercase?
When a user does a search on my website, they type in something like "water" and on my search results page I display:
"SEARCH RESULTS FOR: water"
I'd like to display the [-- SearchString --] in uppercase so I end up with
"SEARCH RESULTS FOR: WATER"
Any way to do this? Not a big deal, just cosmetic.
Thank-you,
Mark