Upon just getting my weblog to work, the layout is very plain (white and black with generic font, all the links and stuff at the bottom left, etc), and I wanted to implement one of the cool "themes" or styles to my blog.
Following the directions, I found the Gettysburg style I loved the look of, copied and pasted it in my Stylesheet template, saved it, then rebuilt it (Rebuild Indexes Only).
Going to my browser, nothing has changed. I went to another computer that I haven't checked out the site yet with, and still, no change in look and feel from the original.
The stylesheet is saving to styles-site.css, and this is the code referring to in in the Main Index template:
<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
Question.. this stylesheet appears to only apply styles to text. Are stylesheets only for this purpose? I want my site to have some style to it, and be laid out differently. I was always told CSS were just for text effects, not layout, which the MT site seems to say they will do.
I'm so darn confused. I just want to get this up!