Oct 22, 2001 #1 Naits Programmer Joined Oct 10, 2001 Messages 90 Location NO How can i display a picture at (x , y) positions?? I had the source before but i lost it, is there any one that knows how to do that??
How can i display a picture at (x , y) positions?? I had the source before but i lost it, is there any one that knows how to do that??
Oct 22, 2001 #2 crazyboybert Programmer Joined Jun 27, 2001 Messages 798 Location GB add this to the image tag style="position:absolute; left:100px; top:100px" to place an image at x=100 y=100. rob Upvote 0 Downvote
add this to the image tag style="position:absolute; left:100px; top:100px" to place an image at x=100 y=100. rob
Oct 22, 2001 Thread starter #3 Naits Programmer Joined Oct 10, 2001 Messages 90 Location NO Thanx!!!!!!!!!! Upvote 0 Downvote