Need help with "Scrollbar in your entries" code! |
![]() ![]() |
Need help with "Scrollbar in your entries" code! |
Jul 23 2004, 06:04 PM
Post
#1
|
|
![]() bio-degratable hands ![]() ![]() ![]() ![]() Group: Member Posts: 132 Joined: Jul 2004 Member No: 33,587 |
Ok, I was looking through xanga scripts on here and found a two-part code (createblog script)that is supposed to put a scrollbar in your entries automatically, so I did what it said, and nothing happened.
Then I was scrolling through other people's post and noticed that a lot of other people had problems because I guess they left part out or something but then they fixed it, but I am trying it after it has supposedly been fixed and still nothing happens on my page. Of people who were posting that it wasn't working for them, most later said that they got it to work. I'm new at this, so if anyone could please, just tell me which code works and which doesn't and put the one that I am to use in here, I will be more than greatful |
|
|
|
Jul 23 2004, 10:00 PM
Post
#2
|
|
![]() Death is a promise given to us at birth ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,757 Joined: Mar 2004 Member No: 7,459 |
i guess u put the first one the your header, bc it a css. and the other one in the website stat
|
|
|
|
Jul 23 2004, 10:36 PM
Post
#3
|
|
![]() bio-degratable hands ![]() ![]() ![]() ![]() Group: Member Posts: 132 Joined: Jul 2004 Member No: 33,587 |
QUOTE(moorepocket @ Jul 23 2004, 10:00 PM) i guess u put the first one the your header, bc it a css. and the other one in the website stat |
|
|
|
Jul 23 2004, 11:33 PM
Post
#4
|
|
|
POWAPOSTA ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,169 Joined: Jul 2004 Member No: 30,725 |
post the code you have in your xanga right now
|
|
|
|
Jul 23 2004, 11:40 PM
Post
#5
|
|
![]() Dreaming of You... ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 508 Joined: Jul 2004 Member No: 27,205 |
maybe posting the url to ur xanga would help us too... im quite the visual person ...
|
|
|
|
Jul 23 2004, 11:42 PM
Post
#6
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Mar 2004 Member No: 7,614 |
hey hunnie,
i was just doing my own scrollbar in my entries, and i can help you with what you need to fix: i deleted width:###px; height:###px; and made it: width:600px; height:200px; and deleted border: ##px color solid; replaced with: border: 2px black dashed; and deleted (cause i dont need a background): background:backgroundcolor; This is how my custom header turned out. <!-- begin code provided by createblog.com --> <style type="text/css"> .custom{ width:600px; height:200px; z-index:100; overflow: auto; border: 0px white dashed; }</style> <!-- end code provided by createblog.com --> change the 600 and 200px to other dimensions. change the border 2px, white, dashed to whatever thickness, color, and style you want keep the website stats part the same! just paste it in! hope it helped! lynn |
|
|
|
![]() ![]() |