(rd is smaller and on the upper right)
3rd
I hope this works
I have been looking at entities and that type of thing to make it easier butI guess this example here may be the best way??
the rd is on the bottom and I was looking for it to align to the top
I have this so far:
[text]
<html>
<head>
<style type="text/css">
* { margin:0;padding:0; }
html, body { height:100%; width:100%; text-align:center; }
#workspace { position:relative; margin-left:auto; margin-right:auto; text-align:left; width:100px; border:1px solid red; margin-top:40px;}
#part { position:relative; margin-left:auto; margin-right:auto; text-align:center; width:35px; border:1px solid blue;}
p{font-size:20px;}
span{font-size:8px;float:right;}
</style>
</head>
<body>
<div id="workspace">
<div id="part">
<p>45<span>th</span></p>
</div>
</div>
</body>
</html>
[text]



Reply With Quote
Bookmarks