I'd really like to get rid of that, but the code I normally use isn't working. This is my code so far, any way to resize the blog so it fits in the space without the scrollbar?
This is what the layout looks like right now: [click]
centaur_passion
May 4 2005, 06:31 PM
I just noticed, the comments page is very wide also. Can anybody help me with that too, please? Thanks!
Edit: On second thought, the comment box isn't working at all. And there are big black and white boxes at the bottom. 0.o What did I do this time? I've never screwed one up this much...
talcumpowder
May 4 2005, 06:41 PM
.... For overflow, add to stylesheet.
CODE
div{overflow-x: hidden;}
For the comments page... Add to stylesheet. Edit to suit needs.
CODE
textarea{width: 200; height: 200;}
edit// I have no clue what you're talking about. I don't see anything of the sort...?
To make your blog fit, so you won't have scroll bars. All you have to do is edit the width and height of your blog space, maybe that'll work. I hope that helped
centaur_passion
May 4 2005, 07:06 PM
Thanks, everybody! The overflow-x thing worked. (Yay!) Comments are still messed up, but I talked to a few people, and it seems like it's only on my computer. A screenie of it: [click]
YourSuperior
May 4 2005, 07:45 PM
You're welcome!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.