movabletype and style sheets
April 4th, 2002
well, i’m really digging movabletype. it’s pretty cool and flexible. now i’m getting under the covers and tweeking things. gotta learn style sheets better. added the category label to the index page – see over there on the right! but i can’t get it to line up. oh well… back to tweeking…
Categories: web
use two <span> tags like this:
<span class="title">movable type and style sheets</span>
<span class="category">category : web</span>
then make sure the styles are defined as follows:
span.title { float : left; text-align: left; }
span.category { float : right; text-align: right; }
hope that works for you
you might need to wrap the whole thing in a <DIV> tag, but i’m not sure…