Is there a way to make sure that when you have to use an ® in part of a title, the ® would be automatically super scripted and reduced in size so that it doesn't dominate the title like it does now?
[img] [/img]
Thanks
Andrew
.registered-mark:after { content:"\00ae"; font-size:10px; }
Pawel F wrote:By the way here I've found key points to be mindful of when using registered trademark : http://www.searchenginejournal.com/regi ... tag/20463/
...I still thinking.
h1 span {font-size:15px; color:red;}
Pawel F wrote:Ufff, I've got it. You own me a good beer.
It's strange that I had not invented it before, but now in middle of the night.logo-r.pnglogo-r-code.png
1) Download and install ReReplacer (nonumber.nl or similar component)
2) Create a new rule /click to open img & use scrolls/logo-RR.png
For TM symbol use -> ™
For registered trademark symbol use -> ®
Then add css style:
- Code: Select all
h1 span {font-size:15px; color:red;}