Aligning..., Alignment prob. |
Aligning..., Alignment prob. |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Mar 2005 Member No: 117,056 ![]() |
ok. so heres the deal. i tried making the blog body width smaller, but it dint really work, unless i was doing the wrong thing. who knows. heres the site... Go here
and heres the code! Im not exactly sure how to get rid of horizontal scrollbar... and there is a random horizontal bar below the bog also...thats not aligned.... Thanks. |
|
|
![]() |
![]()
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
To remove the horizontal scroll bar just edit your div and change overflow: auto to overflow-x: hidden. So that means your div would look like this:
CODE <div style="
overflow-x: hidden; width: 409px; height: 301px; margin-top: -460px; margin-left: -325px;"> |
|
|
![]() ![]() |