blog box? |
![]() ![]() |
blog box? |
Oct 4 2004, 05:42 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jun 2004 Member No: 25,638 |
click here
how do you get rid of the bottom scroll bar underneath the blog box? i know that you can change how big the blog is in the CSS stylesheet, but there's still the margin there, on the left. how do you get rid of it? |
|
|
|
Oct 4 2004, 06:01 PM
Post
#2
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
you'll probably have to get rid of the links on the top. i think theyre making the blog area wider. i think it's
CODE <!-- begin code provided by createblog.com --> table.footer {display: none;} <!-- end code provided by createblog.com --> but i'm not positive. you can try it out, though =) by the way, cute layout =) |
|
|
|
Oct 4 2004, 07:51 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jun 2004 Member No: 25,638 |
thanx but the code didn't work.
|
|
|
|
Oct 5 2004, 03:29 PM
Post
#4
|
|
![]() This bitch better work! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,681 Joined: Jul 2004 Member No: 28,095 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.blogbody { /* this edits the other the place where the blog is */ background-color: #WHAT EVERY COLOR (IF YOU DON'T WANT A COLOR, LEAVE IT BLANK; width:516px;} </style> <!-- end code provided by createblog.com --> just change the color, if you want, and change the width of the blog. you can put this right in your style sheet or by it self. and you might need to reduce the width of the dates. just make everything the same width as the blog area. CODE <!-- begin code provided by createblog.com --> <style type="text/css"> } div.blogheader, .caption { /* edits the dates */ font-family: Century Gothic; text-transform: lowercase; font-size:20pt; font-weight: normal; letter-spacing:-1.5pt; line-height: 20pt; color: #000000; background-color: transparent; text-align: left; Width: 516px; } </style> <!-- end code provided by createblog.com --> all that should help! and please don't double post! |
|
|
|
Oct 5 2004, 03:42 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
replace your header section with this |
|
|
|
![]() ![]() |