Jump to content

Recommended Posts

Posted

Im trying to create a photo gallery where I have an image aligned on the left and right side of the page. Then I want to place an image in the middle. The problem is every time I place a image in the middle, the right image sinks down. I am using the align left and align rigt html code and thats working fine until I try to add an image in the middle. I have also tried to use center tags but that dosent work either. I tried one image thinking the size of it may be the problem but when i used a smaller pic it still wouldnt work. What do I do? Head Bash

Posted

the first time i read the 1st post i was going to say use a table, but i was thinking to myself..."nah, cant be something as easy as that, it's gotta be more difficult" so i didnt suggest it :D

Posted

No joke on you... you have not been around this family long enough, no meanness around here.

 

Tables are pretty basic so, we just assumed. Sorry.

 

 

><table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
   <td><div align="center"><img src="Image1Here.jpg" width="200" height="375"></div></td>
   <td><div align="center"><img src="Image2Here.jpg" width="200" height="375"></div></td>
   <td><div align="center"><img src="Image3Here.jpg" width="200" height="375"></div></td>
 </tr>
</table>

 

Make sense?

Posted

The following should give you 1 row/with 3 colums and a white bg

 

<center>

<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="90%" id="AutoNumber1">

<tr>

<td width="33%"> </td>

<td width="33%"> </td>

<td width="33%"> </td>

</tr>

</table>

</center>

 

 

ImaD

Posted
Okay....how many images are you posting anyway?  Just curious if you wouldn't be better off with one of the photo album scripts...

 

ImaD

:P Ok, thanks to you all I have it. I was trying to leave the left and right image with the align tags and put the middle image in a table instead of placeing them all in a table.

 

I have around 80 images. :lol:

I think I will find one, I dont know what im thinking right about now. woooot

Posted

rip,

 

Just so ya know, the User Posted Image in your signature now appears to be in a protected directory. I was prompted for username and password when entering this thread. I hit cancel and now your sig image is the "Red-X of death".

 

Just so's ya know.

 

:lol:

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...