View Full Version : Help please!


>>>Bethany182<<
05-17-2003, 09:09 AM
Could someone please help me set up an iframe on my site?
Home Grown Heaven (http://www.paidtosmile.com/homegrownheaven)
I want a text box with a preferably pink scroll bar in the big white gap could you please reply to this with the code (please in the code write "CONTENT GOES HERE" so I know where to write the site content!) if you know how? Thanks. Full credit shall be given on the site. Please help I really want this site up and running!

Thanks a lot

Greeno
05-17-2003, 01:04 PM
Its easy. All you have to do is align the code so that it fits in that big white gap, and change the width of it.


<DIV id="name" style="position: absolute; top: 100px; width:YOUR WIDTHpx; left: 100px;" align=left><STYLE TYPE="text/css">

BODY
{
scrollbar-base-color: COLOR HERE;
scrollbar-arrow-color: COLOR HERE;
scrollbar-DarkShadow-Color: COLOR HERE;
}
</STYLE>ENTER CONTENT HERE</DIV>

>>>Bethany182<<
05-17-2003, 01:38 PM
Thanks a lot, how do I allign things then?

Greeno
05-17-2003, 02:29 PM
Where the code says Top : 100 px, you would change that number for the div to go up or down more.
Where the code says Left : 100 px, you would change that number for the div to go left or right more.

Sorry if its confusing, but you'll catch on I bet.

>>>Bethany182<<
05-17-2003, 02:36 PM
Thanks. I guess its just a case of trial and error, I'll keep trying. Do I higher the number to make it go higher, or lower?

Greeno
05-17-2003, 02:47 PM
Lower I believe...