A Little Help?

Terraminator's picture
I've been attempting to use a free CSS code made by Unplugged (thanks btw<3) linked below.

Link to CSS Code

My other blog post, "Test" shows that I sorta kinda get it, but I'm having trouble with putting text in. It's kind of confusing due to the large mass of code...I see places labeled "textarea" but when I put words in they won't show up after it's finished. I'm a little confused as to how to insert text into which place in the coding...if anyone could help me out, that's be great. Thanks.
Ourania's picture

Have you clicked on Input

Have you clicked on Input Format and changed it to BBCode?
Terraminator's picture

Yes I have. I can change the

Yes I have. I can change the background image, it's just text that I have a problem with.
Unplugged's picture

Hey there Anything you see

Hey there Smiling
Anything you see between <style> and </style> tags is CSS. CSS only changes colours and stuff, so no actual content goes there.

Any regular text that is not CSS, like you have it in normal blogs, has to be outside of these <style> </style> tags. You can put your blog content either before the <style> or after the </style>. It doesn't matter which way you do it. Just don't have it between the style tags.
Terraminator's picture

That makes sense xD The

That makes sense xD

The scroll boxes are "divs" or something, right? And I also assume to use different fonts you just so the standard size, font, color and whatnot...