{resolved} :D

I was wondering how you made a box that could hold in css coding without it leaking all about the page... anyone know how to make one?

If you are worried about your

If you are worried about your CSS leaking, all you need to do is follow these steps when you make a blog:

-Click the 'Split at Summary at cursor' button
-You now have two boxes
Box 1 acts as a preview box, do not include auto-play music or css in this box
Box 2 is the entire blog, including whatever you put in Box 1. Here you can play around with as much coding as you want, and it will only be displayed when someone visits your blog, and won't leak onto the rest of the site.

-Once you're done, preview your blog to make sure everything looks right.
-Submit and bingo! You have a new coded blog.

Smiling Hope that clarified everything, and if you need any pointers feel free to ask!

Thanks, Tera, but I know that

Thanks, Tera, but I know that ^-^"

I meant how to make a text box...



Like this one, but one that I can put coding into for someone else to copy. I need it for a biography code I made for someone.




anybody?

anybody?

Unplugged's picture

Oh, you just need to put all

Oh, you just need to put all your code between [ code ] and [ /code ] tags (without the spaces). Laughing out loud
You can also put a div around it so it wont stretch the page, like this:

<div style="width:400px;height:300px;overflow:auto">
[ code ]coding goes here[ /code ]
</div>

Ohhh ok I'm sorry! xD Seems

Ohhh ok I'm sorry! xD
Seems like Unplugged as all the info you were looking for >_< lol

Thank's unplugged!

Thank's unplugged! <3333

Lol, it's okay Tera, ^-^