Recent Topics

1 Nov 16, 2006 14:48    

I know I've been asking a lot of questions, sorry guys. For me, it's the best way to learn. I look things up, but keep banging my head into the wall, not finding what I need to know.

Now I need to know how to change the font size and font color inside of posts. Is that done from within the post while writing it, or in another file maybe? :-/

3 Nov 16, 2006 15:27

I bookmarked that page, thanks. I did try to put a line or two in the custom.css file, but it didn't just change my text, it changed the text that inside of every post as well (i.e., permalink, post title, etc.), and that is not what I want to do. If I make my text smaller, then those other things become unreadable.

Is it not possible to change certain text inside of a post?

4 Nov 16, 2006 15:31

what is the url to your blog? and bookmarking isnt useful, reading is. nudge nudge wink wink...

6 Nov 16, 2006 16:06

the text within your posts is controlled here, within custom.css:


bText {
margin-top: 0px;
margin-bottom: 0px;
}

so for instance,


bText {
font-size:20px;
font-family: Arial,Verdana,georgia,sans-serif;
margin-top: 0px;
margin-bottom: 0px;
}

would change the font size and family


Form is loading...