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
|
|
Hilary's #1 fan ![]() ![]() Group: Member Posts: 15 Joined: Jan 2004 Member No: 178 ![]() |
QUOTE(megare @ 01-8-2004, 07:16 PM) 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 ![]() ![]() You've explained what CSS IS, but WHERE is it? I think it's not working because I'm not putting the code in the right place, I understand the 2nd code & what to do, but not the 1st part. ![]() |
|
|
![]() ![]() |