-
html help
I have 3. photos I am puting on a web site and I would like to have them Sager.
I put one on the top left and it works then I use the <BR> tage to go under it.
And the next photo I want to go to the right and it works it is looking like the photo are stagering.
Then I use the <BR> again to go under and then I want it to go to the left.
<img src="photo A1.jpg" width="550" alt="" border="0" align="">
<BR>
<img src="photo A2.jpg" width="550" alt="" border="0" align="RIGHT">
<BR>
<img src="photo A3.jpg" width="550" alt="" border="0" align="">
So they sould go like this
Left right left but the bottume one somehow put itself right underneeth of the firsth on.
I would like them to go down the page in a Z like manner.
What did I doo rong??
-
Re: html help
Hello there, such problems are often faced while placing images on the web pages and that too with HTML. My suggestion to you is to put the images in the table tag. So, the images will be aligned perfectly one after the other. Do not use borders for the table, so no one will know if that is a table or not.
All the best.
-
Re: html help
A table format would be the best to align images and place them accordingly. Other than that you may need to mention the height of the image as well. Not necessarily nut sometimes it does show up an issue. So do checkout for the same.
-
Re: html help
Yes, table option is good if you are comfortable with it. If you want it in z manner then you can use alignment option also. align option will make it the way you want it. I hope this will help you.
Page generated in 1,750,759,339.66208 seconds with 10 queries