Click to See Complete Forum and Search --> : Placing a Picture


Morpheus210
02-15-2003, 11:13 AM
Is there any way that I can specify exactly where I want to place a picture on my page? Any coordinates that I can enter? This has been a source of great frustration in creating my new page...

Thanks,

Morph

pyro
02-15-2003, 11:16 AM
Sure thing...

<img src="your.gif" style="position: absolute; top: 100px; left: 100px"> will place it 100 px from the top and 100 px from the left.