I have a set of images which needs to be put one over the other vertically. Like I have to squares of equal size which I want to put on top of the first. I don't want to place it on it's side.
If I use <img src="images/x.gif"><img src="images/y.gif"> then both the images get displayed on side by side. Mind you that I'm already using tables to place the images. And the images may vary at run time. Actually I'm using an ASP to do that. But I want a simple HTML code to put it on top of each other.
Thanks in advance.
If I use <img src="images/x.gif"><img src="images/y.gif"> then both the images get displayed on side by side. Mind you that I'm already using tables to place the images. And the images may vary at run time. Actually I'm using an ASP to do that. But I want a simple HTML code to put it on top of each other.
Thanks in advance.