DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Correctly Align ®. Also Works For Subscripting Elements Correctly
Correctly align ® in html and css. Also works for subscripting elements correctly in a page so that hte lineheight is not messed with to create uneven line spacing on that particular line.
sup{
font-size:xx-small; vertical-align:top;
}
sub{
font-size:xx-small; vertical-align:bottom;
}





