View Full Version : can someone help me with html??plzzzzz


Dasha
02-28-2003, 01:53 AM
hi, i am making a guild on neopets and i have a bit of trouble with my html. can someone explain to me or go\ive me the code for making a textarea on top of an image. for example, i made a layout on adobe and uploaded it as an image. how can i put a textarea on top of it????

Spirit892
02-28-2003, 02:14 AM
Why not look around ? She hasLissa's site? (http://www.lissaexplains.com) She has plenty of HTML information. I'm sure you will find it there. Or try the search engine

alcaseltzerboy
03-01-2003, 04:18 AM
i think i know what u mean

u mean to either:

-have text on top of a image

or

--have a scrolling textbox on top of a image

to do it, use a div tag, like this:


<div style=" position: absolute; left: 250px; top:250px;">TEXT OR IMAGES HERE</div>


hope this helps