weblogs., less width |
![]() ![]() |
weblogs., less width |
Jul 13 2004, 07:01 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 94 Joined: Jun 2004 Member No: 19,901 |
ok i need to know how to make my weblogs have less width. like i have a blog body but i need it to be wide so it wont have a scrollbar at the end. but i want it smaller so people can click on the scrollbar instead of using the wheel. if you dont know what i am talking about go this site http://www.xanga.com/OxNiiRvaNa
check the weblogs out. i want it bunch together sorta |
|
|
|
Jul 13 2004, 07:33 PM
Post
#2
|
|
|
‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 |
adjust your "blogbody".. i.e:
CODE <!-- begin code provided by createblog.com --> width: 300px; <!-- end code provided by createblog.com --> .. you can change 300px to whatever you wish. to disable the horizontal scrollbar, add this to your ".blogspace": CODE <!-- begin code provided by createblog.com -->
overflow-x:hidden; <!-- end code provided by createblog.com --> |
|
|
|
![]() ![]() |