Home > web > movabletype and style sheets

movabletype and style sheets

April 4th, 2002 osterday

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 Tags:
  1. April 10th, 2002 at 00:27 | #1

    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

  2. April 10th, 2002 at 00:28 | #2

    you might need to wrap the whole thing in a <DIV> tag, but i’m not sure…

Comments are closed.