anna_banana
05-23-2003, 03:20 AM
PLEASE HELP! I have a script all set up for a colored Scrollbar, but I used Yahoo Geocities Pagebuilder and I'm having a hard time finding where to put the code. Does anyone know where???
|Anna|
|Anna|
|
View Full Version : SOMEONE HELP! Where do you put the CSS code for scrollbars on a Geocities Pagebuilder anna_banana 05-23-2003, 03:20 AM PLEASE HELP! I have a script all set up for a colored Scrollbar, but I used Yahoo Geocities Pagebuilder and I'm having a hard time finding where to put the code. Does anyone know where??? |Anna| Lemon Squash 05-23-2003, 03:22 AM You would need the advanced editor i think.... anna_banana 05-23-2003, 03:24 AM But you have to pay for that right? anna_banana 05-23-2003, 03:34 AM Then What is wrong with THIS code??? The colored Scroll bar won't show up. <html> <head> <style type="text/css"> <!-- {scrollbar-arrow-color:#FF66CC scrollbar-track-color:#FF66CC scrollbar-face-color:#CC66CC scrollbar-highlight-color:#FF66CC scrollbar-3dlight-color:#9966CC scrollbar-darkshadow-color:#CC66CC scrollbar-shadow-color:#CC66FF} --> </style> </head> Alcy 05-23-2003, 04:35 AM You forgot the semi-colons: <style type="text/css"> BODY { scrollbar-arrow-color:#FF66CC; scrollbar-track-color:#FF66CC; scrollbar-face-color:#CC66CC; scrollbar-highlight-color:#FF66CC; scrollbar-3dlight-color:#9966CC; scrollbar-darkshadow-color:#CC66CC; scrollbar-shadow-color:#CC66FF; } </style> Lemon Squash 05-23-2003, 05:48 AM um no..? gennykins 05-24-2003, 12:24 PM I used to use pagebuilder a long time ago. you don't have to pay for the html editor, you can just click on "file manager" on geocities and use the html editor, even if you have a free site [but of course, payed sites are better =P]. I went into pagebuilder for my first time in forever, and to add html code you click on Insert >> Forms and Scripts >> HTML Code. don't fill in the description box, unless you want to type in "css" or whatnot so you know what it is when it appears on your page. then put the code in the script box, and when you click ok there will be this little blue box thingy on your page somewhere, you can put it anywhere and it won't show up on the page at all. it'll just change your links/font/whatever to whatever you put in the css. that's what I always did to add CSS and code and stuff. i hope that rather long post helped you in some way :) AllieBallet4EVR 05-24-2003, 02:50 PM You have to use the html editor and use the code the other person posted. ;) anna_banana 05-24-2003, 04:29 PM Thank you everyone! I figured it out now. |