scroll bar, on each entry... |
scroll bar, on each entry... |
![]()
Post
#1
|
|
![]() i love my sea monkeys ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2004 Member No: 362 ![]() |
okay..i have a box around every blog entry..and its exactly how i want it..BUT how do i get a scroll bar for each entry? or..is it even possible?
|
|
|
![]() |
![]()
Post
#2
|
|
![]() settle down kiddies. ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2004 Member No: 180 ![]() |
QUOTE(cheezncrackers01 @ 01-8-2004, 01:30 PM) okay..i have a box around every blog entry..and its exactly how i want it..BUT how do i get a scroll bar for each entry? or..is it even possible? Hi, it's possible but you'll have to place in with every new entry. Add this in your CSS: CODE <!-- begin code provided by createblog.com --> /* change height, width and border to prefs */ div.box {border: 1px solid; overflow: auto; height: 150px; width: 400px} <!-- end code provided by createblog.com --> Then you'll need to place the following with every new weblog entry in "Edit HTML" form: CODE <!-- begin code provided by createblog.com --> <div class="box> <p>TEXT HERE </div> <!-- end code provided by createblog.com --> Hope that helps ![]() |
|
|
![]() ![]() |