View Full Version : image help


dotts
10-08-2006, 06:48 PM
I need help on my image and putting in the place i want this is what it looks like right now http://www.freewebs.com/fruit-splash/1024768.htm but i dont know what code i need to do that

thanks tto any one that can help me

bourdelson
10-08-2006, 08:45 PM
Into your image tag, add this:

style="position:absolute; top:#px; left:#px;"

replacing the # with the number of pixels from the top and from the left that the image needs to be placed. For your image, it looks like it would be 0 from the top and 0 from the left to get it aligned. :)

dotts
10-08-2006, 10:20 PM
thaks:waves:

bourdelson
10-08-2006, 11:10 PM
You're welcome. :)