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.
Have you clicked on Input
Yes I have. I can change the
Hey there Anything you see
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.That makes sense xD The
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...