lauren_x0_143
12-01-2004, 10:41 PM
hi everyone. i've been trying so many different tutorials on how to code my layout and it just isn't working. ive even downloaded animation shop 3, and i still can't get it to work. and i'm not even getting anywhere with it! im just completely clueless..and not very good with computers. i dont know anyone that can code it for me, what should i do?
here it is
http://img60.exs.cx/img60/2612/purplelayout.gif
i dont even know if it's the right size to code.
jpjfleafreak
12-02-2004, 01:24 AM
what exactly are you trying to do with it? and can you post the code?
lauren_x0_143
12-02-2004, 01:33 AM
im trying to code it so each box has a scroll bar and i can put content in them. from one of the tutorials i went to they said to use this:
Main code
Code:
<div id="scroll3" style="width:1001;height:1000" style="position: absolute; top:0; left:0; border:solid; border-color:black; border-width:0;
z-index: 407;"><img src="URL">
Code for each box
Code:
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="position:absolute;top:NUMBER;left:NUMBER"><div id="scroll3" style="width:NUMBER;height:NUMBER;overflow:auto"> TEXT/PICTURES/WHATEVERHERE</table></div></style>
or
Code:
<div id="scroll3" style="width:NUMBER;height:NUMBER;overflow:auto; position:absolute;top:NUMBER;left:NUMBER"> YOUR CONTENT HERE</div>
these are blank codes. and i played around with them a little bit because i wasn't sure which code to use for what. im so confused.