Forum Moderators: not2easy
h1.header
{
font-size:3em;
padding-top:.5em;
padding-left:175px;
}
<h1 class="header">Site Name<span style="font-size:.2 em;vertical-align:top;">TM</span></h1>
FireFox does not recognize the span, displaying the "TM" in the same size as the site name!
Maybe it's too early in the morning, but I don't see anything obviously wrong here. Any help?
WBF
Early morning work sucks, know how you feel..
Try this:
h1.header
{
font-size:3em;
padding-top:.5em;
padding-left:175px;
}
<h1 class="header">Site Name<span style="font-size:.2em;vertical-align:top;">TM</span></h1>
Notice any difference? .2 em shout be 2em. e.g. No spaces..
I'll let you off since its early ;)
Possibly I'm dense, but why not do it this way:
Because I didn't like the way it looked ;)
Only reason I am even noting the trademark is due to an attorney being a part of the project. He, in normal attorney fashion (and with good arguments) wants every tm, inc., etc. duly noted in the proper place.
The tm notice in the footer (like here at WebmasterWorld) does not suffice for him, though there is a notice there too!
Geesh, you should see the "Purchase Policy" and "Terms of Use and Sales Agreement"
But, back to the point - There is already a TM in the logo, and I wanted the most minimal TM possible on the site heading, purely for esthetics.
WBF