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 5 2004, 03:29 PM
Post
#2
|
|
![]() 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! |
|
|
|
StrawberriKiwi7 blog box? Oct 4 2004, 05:42 PM
avalon* you'll probably have to get rid of the links o... Oct 4 2004, 06:01 PM
StrawberriKiwi7 thanx but the code didn't work. anyone else... Oct 4 2004, 07:51 PM
Sherry_Vu replace your header section with this CODEBOX: -... Oct 5 2004, 03:42 PM![]() ![]() |