 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Smelanie
Joined: 05 Dec 2005 Posts: 1
|
Posted: Mon Dec 05, 2005 9:48 am pics side by side |
|
|
|
| what is the code to put pictures side by side in myspace, instead of them being on top of each other....I want them to be beside e/o and I lost the code... |
|
meh
Joined: 24 Feb 2006 Posts: 36
|
Posted: Sun Feb 26, 2006 8:11 pm |
|
|
|
Well s***, no one's answered this?
All you gotta do is use smaller pictures (at least in width) or a table, ain't it?
Like:
| Code: |
<table border=0 cellpadding=2 cellpadding=2>
<tr>
<img src="IMAGE URL">
<img src="IMAGE URL">
</tr>
</table> |
=====================================
To have the pictures link somewhere, you'd use this:
| Code: |
<table border=0 cellpadding=2 cellpadding=2>
<tr>
<a href="PAGE URL"><img src="IMAGE URL"></a>
<a href="PAGE URL"><img src="IMAGE URL"></a>
</tr>
</table>
|
=====================================
Until you end the table row (<tr>), the pictures should stay horizontal.
Last edited by meh on Mon Feb 27, 2006 9:12 am; edited 1 time in total |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8748 Location: Castle Pines North, CO USA
|
|
meh
Joined: 24 Feb 2006 Posts: 36
|
Posted: Mon Feb 27, 2006 9:11 am |
|
|
|
| my bad, dude |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|