Help? Large space at bottom of blog? Also, more links? |
![]() ![]() |
Help? Large space at bottom of blog? Also, more links? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Oct 2008 Member No: 689,369 ![]() |
I found a blogger layout that I love:
http://www.createblog.com/layouts/code.php?id=31064 But is there any way to get rid of that large white space at the bottom? Also do you know of any website where I can find more blogger layouts like that? Most of the ones I find on here or other websites have the basic two columns and look rather boring. I want some thing different and fun rather than the same x-amount of columns some thing like this: http://www.createblog.com/layouts/code.php?id=26802 Any help is appreciated. <3 |
|
|
*loquat* |
![]()
Post
#2
|
Guest ![]() |
What do you mean "get rid of"? You can fill it in with a color by finding this:
CODE body{background-image: url( 'http://cbimg6.com/layouts/08/09/31064ab.png' ); background-repeat: repeat-x; left: 0px; position: absolute; top: 0px; width: 100%; margin:0px; padding:0px;} body{font:normal 8pt tahoma,arial,verdana; color:#101010; line-height:95%;} and adding this between the brackets {} (change the hex code as necessary--it's currently black): CODE background-color:000000; So you would end up with something like this: body{background-image: url( 'http://cbimg6.com/layouts/08/09/31064ab.png' ); background-repeat: repeat-x; left: 0px; position: absolute; top: 0px; width: 100%; margin:0px; padding:0px;} body{font:normal 8pt tahoma,arial,verdana; color:#101010 ; line-height:95%;background-color:000000;} |
|
|
![]() ![]() |