Log In · Register

 
 
Closed TopicStart new topic
scrollbar with entries???, i need help......
sWeetfAce41124
post 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



i dont know if this already has been asked, but how do you get ur entries 2 have a seperate scrollbar than the main page scrollbar????? i want it to look like this persons entries, only in different colors to go with my xanga... my xanga is here please help!!!!!

--------------

thank uuuuu biggrin.gif
 
razbus
post 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 -->
 
sWeetfAce41124
post 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

------------------
 
aznbabiicutie
post 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 -->
 
vivieeeen
post Sep 27 2004, 06:53 PM
Post #5


Wife of Legolas
******

Group: Member
Posts: 1,290
Joined: Apr 2004
Member No: 10,190



then just
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 -->
 
sWeetfAce41124
post 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



huh.gif i am really confused. none of these codes r givin my entries a scrollbar...mebbe im doin sumthin wrong??????????????

help me!!!!!!!!!!!!
 
sherryvu
post 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 -->
<div style="width 70; height:500; borderstyle:solid; overflow: auto">
<!-- end code provided by createblog.com -->
you can change the width and height to your liking

*It's the same thing that the example xanga used*
 
aznbabiicutie
post 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 ????
 
shortvi3tlaydee
post 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 -->
 
sWeetfAce41124
post 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



ohmy.gif i am getting more and more confused by the second. all these codes r just giving my entries individual boxes.......or one big box. wut i am looking for is a scrollbar 4 my entries......aahhhhhh!!! plz help

thank uuuuuu
 
sherryvu
post 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 -->
<div style="width 70; height:500; borderstyle:solid; overflow: auto">
<!-- end 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
 
sWeetfAce41124
post 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



tongue.gif ok, i feel beyond stupid!!!??? well, thanx, it worked, like every1 said..hmmm.... lol, thank uuuuuuuu!!!!!
 
sherryvu
post 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 happy.gif

[ topic closed ]
 
C.Lime.Jello.
post 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.
 
sherryvu
post 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 _dry.gif
but thanks anyways...

[ topic closed ]
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: