I'm trying to add 2 graphic pictures side by side....I add the first IMG SRC code then the next and it puts the picture below it...how do I keep it beside the other?
Thanks!
Tammy
Need HTML help with pictures
-
tammy1072
- Posts: 2
- Joined: Sat Jan 06, 2007 10:31 pm
- Contact:
-
tammy1072
- Posts: 2
- Joined: Sat Jan 06, 2007 10:31 pm
- Contact:
Hey,Thanks!!
Now I need to know how to do that...i'm sorry..
Is it cellspacing something another? How do I do like 4 in each row...across?
I'm doing this on myspace(those lil myspce 'icons'>I've tried using the <tr > then <td > closing off the code with </td > and then as many as I want with </ tr> but I can only do 2 wide.If I try and do 3 or 4...it puts huge gaps in between them? I'm so lost on this....
Now I need to know how to do that...i'm sorry..
Is it cellspacing something another? How do I do like 4 in each row...across?
I'm doing this on myspace(those lil myspce 'icons'>I've tried using the <tr > then <td > closing off the code with </td > and then as many as I want with </ tr> but I can only do 2 wide.If I try and do 3 or 4...it puts huge gaps in between them? I'm so lost on this....
-
BizEngine
- Posts: 20
- Joined: Wed Dec 20, 2006 6:58 pm
- Location: Singapore
- Contact:
try this
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- column 1 -->
<td align="center" style="margin: 5px;">
<img src="picture1.jpg">
</td>
<!-- column 2 -->
<td align="center" style="margin: 5px;">
<img src="picture2.jpg">
</td>
<!-- column 3 -->
<td align="center" style="margin: 5px;">
<img src="picture3.jpg">
</td>
<!-- column 4 -->
<td align="center" style="margin: 5px;">
<img src="picture4.jpg">
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<!-- column 1 -->
<td align="center" style="margin: 5px;">
<img src="picture1.jpg">
</td>
<!-- column 2 -->
<td align="center" style="margin: 5px;">
<img src="picture2.jpg">
</td>
<!-- column 3 -->
<td align="center" style="margin: 5px;">
<img src="picture3.jpg">
</td>
<!-- column 4 -->
<td align="center" style="margin: 5px;">
<img src="picture4.jpg">
</td>
</tr>
</table>
tammy1072 wrote:Hey,Thanks!!
Now I need to know how to do that...i'm sorry..
Is it cellspacing something another? How do I do like 4 in each row...across?
I'm doing this on myspace(those lil myspce 'icons'>I've tried using the <tr > then <td > closing off the code with </td > and then as many as I want with </ tr> but I can only do 2 wide.If I try and do 3 or 4...it puts huge gaps in between them? I'm so lost on this....
BizEngine
Building Value-Assets on the Web
Website: www.bizengine.com.sg
Building Value-Assets on the Web
Website: www.bizengine.com.sg
Who is online
Users browsing this forum: No registered users and 78 guests