How can I superscript a single character throughout my site?
Posted
by
dvn66
on Pro Webmasters
See other posts from Pro Webmasters
or by dvn66
Published on 2011-06-21T21:14:59Z
Indexed on
2011/06/22
0:32 UTC
Read the original article
Hit count: 236
web-development
Finishing up development work for a client and they have a late request to superscript every occurrence of the ® character throughout the site. I merely get by with CSS, but not even sure CSS provides the best solution here. how can I make a global change to every occurrence of a single character in the site copy without going back and adding tags everywhere?
if the best solution does involve inserting a span or other tag I'm thinking it could be accomplished with a database query (all the copy is wired up to a CMS).
© Pro Webmasters or respective owner