how do I put two images side by side using html code?

  • Thread starter Thread starter sam s
  • Start date Start date
S

sam s

Guest
I'm making a sponsored section for my blog, and I've included two boxes and will have more up to like 6, the images are 125x125, for some reason the boxes go underneath another. I had them side by side but changed it by accident.
Thanks. Also, the html code would need to be able to link the images to a url.
 
pictures will automatically go side by side. you have to break to make it do otherwise, or have the browsing window be too small.
 
None of the above answers will work. You need to add style="float: left;" to the img tags. If you want one on one side and one on the other, make the second one say style="float: right;"
 
Insert < then br then space then /> at the end of the first image
(had to add the word then - three times - because the bare code simply will not display in the answer)
 
Back
Top