scrollbar with entries???, i need help...... |
![]() ![]() |
scrollbar with entries???, i need help...... |
Sep 27 2004, 12:50 PM
Post
#1
|
|
![]() h0Ld mY haNd ANd we'Ll mAKe iT ![]() ![]() Group: Member Posts: 15 Joined: Sep 2004 Member No: 51,916 |
|
|
|
|
Sep 27 2004, 01:01 PM
Post
#2
|
|
![]() I just "got it like that". ![]() ![]() ![]() ![]() Group: Member Posts: 247 Joined: Aug 2004 Member No: 41,238 |
this should work. This one you have to put in EVERY entry though.:
CODE <!-- begin code provided by createblog.com --> <div align="center" width="300px" height="300px" overflow="auto"> your post here. </div> <!-- end code provided by createblog.com --> If you want it to do that automatically, put this in your custom header towards the bottom: CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .blogbody { align: center; width: 300px; height: 300px; overflow: auto; border: 1px solid #000; //you can edit all that } </style> <!-- end code provided by createblog.com --> |
|
|
|
Sep 27 2004, 03:43 PM
Post
#3
|
|
![]() h0Ld mY haNd ANd we'Ll mAKe iT ![]() ![]() Group: Member Posts: 15 Joined: Sep 2004 Member No: 51,916 |
that didnt work the wai i wanted it to. i dont want an individual box around each post, i want a scrollbar for all the posts.....if that makes sense. i know that code exists because i see it on tons of sites.......thanx anywayz
------------------ |
|
|
|
Sep 27 2004, 04:00 PM
Post
#4
|
|
|
my name is tiffany ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 567 Joined: May 2004 Member No: 16,213 |
QUOTE(sWeetfAce41124 @ Sep 27 2004, 4:43 PM) that didnt work the wai i wanted it to. i dont want an individual box around each post, i want a scrollbar for all the posts.....if that makes sense. i know that code exists because i see it on tons of sites.......thanx anywayz ------------------ the person above you just gave you the code for automatically entries with scrollbars.. which is CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> .blogbody { align: center; width: 300px; height: 300px; overflow: auto; border: 1px solid #000; //you can edit all that } </style> <!-- end code provided by createblog.com --> |
|
|
|
Sep 27 2004, 06:53 PM
Post
#5
|
|
![]() Wife of Legolas ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,290 Joined: Apr 2004 Member No: 10,190 |
CODE <!-- begin code provided by createblog.com --> border: 0px <!-- end code provided by createblog.com --> you know, border? box? EDIT never mind.. just put this then... go to Xanga scripts. and look for Boxed Xanga. edit the places: CODE <!-- begin code provided by createblog.com --> border: 1px <!-- end code provided by createblog.com --> to CODE <!-- begin code provided by createblog.com -->
border: 0px <!-- end code provided by createblog.com --> |
|
|
|
Sep 28 2004, 12:23 PM
Post
#6
|
|
![]() h0Ld mY haNd ANd we'Ll mAKe iT ![]() ![]() Group: Member Posts: 15 Joined: Sep 2004 Member No: 51,916 |
help me!!!!!!!!!!!! |
|
|
|
Sep 28 2004, 02:24 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
try putting this in your header:
CODE <!-- begin code provided by createblog.com --> you can change the width and height to your liking<div style="width 70; height:500; borderstyle:solid; overflow: auto"> <!-- end code provided by createblog.com --> *It's the same thing that the example xanga used* |
|
|
|
Sep 28 2004, 03:30 PM
Post
#8
|
|
|
my name is tiffany ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 567 Joined: May 2004 Member No: 16,213 |
did you remember to check the box [] Edit HMTL ????
|
|
|
|
Sep 28 2004, 11:17 PM
Post
#9
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
do u mean scrollbar for individual [sp] entries or to box your xanguh..?
if u want boxed xanga here: CODE <!-- begin code provided by createblog.com -->
<DIV align="center" valign="middle" style="BORDER-RIGHT: #660000 1px solid; BORDER-TOP: #660000 1px solid; FILTER: alpha(opacity=100); OVERFLOW: auto; BORDER-LEFT: #660000 1px solid; WIDTH: 850px; BORDER-BOTTOM: #660000 1px solid; HEIGHT: 470px; BACKGROUND-COLOR: #ffffff"> <!-- end code provided by createblog.com --> |
|
|
|
Sep 29 2004, 12:45 PM
Post
#10
|
|
![]() h0Ld mY haNd ANd we'Ll mAKe iT ![]() ![]() Group: Member Posts: 15 Joined: Sep 2004 Member No: 51,916 |
thank uuuuuu |
|
|
|
Sep 29 2004, 02:51 PM
Post
#11
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
well like i said... the example site you gave us uses this exact same code here:
CODE <!-- begin code provided by createblog.com --> (which you put in your header) if you don't want a scrollbar around the entire thing, including the modules, you'll probably have to take out your modules and do it that way. the site you gave us has it aruond both of the modules and entries
<div style="width 70; height:500; borderstyle:solid; overflow: auto"> <!-- end code provided by createblog.com --> |
|
|
|
Oct 3 2004, 07:32 PM
Post
#12
|
|
![]() h0Ld mY haNd ANd we'Ll mAKe iT ![]() ![]() Group: Member Posts: 15 Joined: Sep 2004 Member No: 51,916 |
|
|
|
|
Oct 3 2004, 09:04 PM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
QUOTE(sWeetfAce41124 @ Oct 3 2004, 7:32 PM) well, thanx, it worked, like every1 said..hmmm.... lol, thank uuuuuuuu!!!!! you're welcome [ topic closed ] |
|
|
|
Oct 3 2004, 09:05 PM
Post
#14
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
You didn't close it.
|
|
|
|
Oct 3 2004, 09:07 PM
Post
#15
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
i reopened it because i wanted to edit something
but thanks anyways... [ topic closed ] |
|
|
|
![]() ![]() |