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
|
|
![]() I'm Too Hyper For School ![]() ![]() ![]() Group: Member Posts: 79 Joined: Jan 2004 Member No: 379 ![]() |
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? you might want to changed the font and color or whatever ![]() CODE <!-- begin code provided by createblog.com -->
<TEXTAREA style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BACKGROUND: none transparent scroll repeat 0% 0%; BORDER-LEFT: medium none; WIDTH: 485px; COLOR: white; BORDER-BOTTOM: medium none; FONT-FAMILY: trebuchet ms; HEIGHT: 156px" rows=7 cols=66> text text text text </TEXTAREA> <!-- end code provided by createblog.com --> |
|
|
![]()
Post
#3
|
|
![]() i love my sea monkeys ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2004 Member No: 362 ![]() |
its like..not working for every entry...it makes a new box and puts it under or above or w/e.
|
|
|
![]()
Post
#4
|
|
![]() I'm Too Hyper For School ![]() ![]() ![]() Group: Member Posts: 79 Joined: Jan 2004 Member No: 379 ![]() |
hmmmm i dunno
![]() |
|
|
![]()
Post
#5
|
|
![]() i love my sea monkeys ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2004 Member No: 362 ![]() |
lol
|
|
|
*krnxswat* |
![]()
Post
#6
|
Guest ![]() |
QUOTE(cheezncrackers01 @ 01-8-2004, 01:54 PM) its like..not working for every entry...it makes a new box and puts it under or above or w/e. did you put it with your weblog entry? |
|
|
![]()
Post
#7
|
|
![]() 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 ![]() |
|
|
![]()
Post
#8
|
|
![]() i love my sea monkeys ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2004 Member No: 362 ![]() |
yea thanks..but what exactly IS CSS? ive never realy understood it.
![]() ![]() |
|
|
![]()
Post
#9
|
|
![]() settle down kiddies. ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2004 Member No: 180 ![]() |
QUOTE(cheezncrackers01 @ 01-8-2004, 07:27 PM) yea thanks..but what exactly IS CSS? ive never realy understood it. ![]() ![]() CSS stands for Cascading Style Sheets. Eh.. its just a simple mechanism for adding style to webpages. |
|
|
![]()
Post
#10
|
|
![]() i love my sea monkeys ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jan 2004 Member No: 362 ![]() |
oh okay...so do i just put the CSS part in my header or website stats?
|
|
|
![]()
Post
#11
|
|
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 ![]() Didn't work. ![]() |
|
|
![]()
Post
#12
|
|
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. ![]() |
|
|
![]()
Post
#13
|
|
![]() settle down kiddies. ![]() ![]() ![]() ![]() Group: Member Posts: 237 Joined: Jan 2004 Member No: 180 ![]() |
Oh! Sorry
![]() Use this if it makes it easier: CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> /* change height, width and border to prefs */ div.box {border: 1px solid; overflow: auto; height: 150px; width: 400px} </style> <!-- end code provided by createblog.com --> |
|
|
![]() ![]() |