Fri Feb 24, 2012 11:12 pm
<html>
<head>
<title>span vertical align </title>
<style type='text/css'>
span.superSpan {
vertical-align: super;
}
span.subSpan {
vertical-align: sub;
}
</style>
</head>
<body>
<p>
this part of text is sub : <span class='subSpan'>lowered</span>
</p>
<p>
ths part of text is super :<span class='superSpan'>raised</span>
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.