Click to See Complete Forum and Search --> : images


leanne
May 16th, 2004, 08:17 AM
how do i get images side by side on a web page

thank you

hspc
May 16th, 2004, 10:45 AM
Hi:

<IMG src="img1.jpg" align=middle><IMG src="img2.jpg" align=middle>

or : use tables to align them (a better solution)

leanne
May 17th, 2004, 05:59 AM
ok i didn't ask that question exactly the way i should of so if you click on the link you will see what i mean..... how do i get tha pic up on the right hand side of what is at the top.

thank you





http://users.igl.net/gerri/TDROOM/neway.html

hspc
May 17th, 2004, 10:01 AM
the summer_breeze.jpg picture ?
it's in a table ..
right click on the html document in IE
Click view sourse.

leanne
May 19th, 2004, 09:46 AM
i'm lost on what you mean, i just want to get that pic up there beside it

hspc
May 19th, 2004, 09:54 AM
something like this :

<table>
<tr>
<td><IMG src="img1.jpg"></td>
<td><IMG src="img2.jpg"></td>
<td><IMG src="img3.jpg"></td>
</tr>
</table>