August 17, 2012 - 3:54am — BluedeerLegend18
I have a question, how do you get the little boxes on your bio?
Like, I'm tired of just writing out all the character's info on one big page. I really don't like scrolling up and down the page to see everything.
What I mean is like, the little boxes where there's text and you scroll up and down. Or maybe where you have a little box and there's these links (like updates, personality, etc) and you click on them and you're on the same page but the box has different text and everything.
I've tried to figure out how to do this but I'm stupid. Can any of you CSSologists give me the codes on how to make those boxes? And in a way I can understand?
Thanks in advance.
The regular old scroll boxes
<div style="width:Xpx;height:Ypx;overflow:auto">text</div>
Where "X" and "Y" are a height and a width in pixels. You can do fancier things with it, too, like put in a background image or color, but this is the basic code.
You need to click the "Input Format" thing at the bottom of your blog's editing page and change it from "Filtered HTML" to "BBCode" in order to make it work.
The ones with the links are tabbed div boxes, which Unplugged has the code for here:
http://endlessforest.org/community/node/41058
It ain't working Do I need
Do I need to remove something in the link other then the X and the Y?
When you post these, look
I put it on BBcode.
now paste in the code with
<div style="width:50px;height:50px;overflow:auto;background-color:#ffffff">text here</div>
Okay thanks! One more
[e]Can I put fancy borders around the boxes to make it look prettier?
To put one box beside another
You can also use a table to put a picture and a picture beside one another or a music player or whatever.
-and yes you can do borders but I'm not good with those so here's a link where you'll likely find info on that and other the fancy stuff.