View Full Version : Aligning text in a photo gallery
blondie254
Jan-06-2009, 12:52 PM
http://www.thetexphotoservice.com/gallery/7018269_tjsuX
I would like to line up the some of the text side by side to make the page not so long. Can anyone assist?
Thanks so much!!
beth
Allen
Jan-06-2009, 01:52 PM
http://www.thetexphotoservice.com/gallery/7018269_tjsuX
I would like to line up the some of the text side by side to make the page not so long. Can anyone assist?
Thanks so much!!
beth
Try this in the first caption.
<html>
<table>
<tr>
<td colspan="2" align="center">
<h1>Wedding Packages</h1>
</td>
</tr>
<tr>
<td>
<h1>Package #1</h1>
<h2>60 prints in an 8x10 album, 2-proof album with all photos taken the day of the wedding.
</h2>
</td>
<td>
<h1>Package #2</h1><h2> 60 different prints combine any sizes in an 8x10 album, 1-set of parent album, 30 - 4x6 prints</h2>
</td>
</tr>
<tr>
<td>
<h1>Package #3</h1><h2>48 proof size prints, 10 8x10 prints combined in an 8x10 album</h2>
</td>
<td>
<h1>Package #4</h1>
<h2>40 proof size prints, 10 8x10 prints, combined in an 8x10 album,</h2>
</td>
</tr>
<tr>
<td>
<h1>Package #5</h1>
<h2>80 5x7 prints in a proof album</h2>
</td>
<td>
<h1>Package #6</h1>
<h2>All photos taken the day of the wedding in a proof album</h2>
</td>
<tr>
<td colspan="2">
<h1><center>-Special photo packages for the parents-</center></h1>
</center>
</td>
</tr>
<tr valign=top>
<td>
<h1>Parent Package #1</h1>
<h2>All photos taken the day of the wedding in a proof album (with package only)</h2>
</td>
<td>
<h1>Parent's Package #2</h1>
<h2>15 8x10 photos all in an 8x10 album</h2>
</td>
</tr>
<tr>
<td>
<br><h1>Parent's Package #3</h1><h2>30 5x7 Photos in parents album</h2>
</td>
</tr>
</table>
</html>
Add this to your CSS
.gallery_7018269 .journal_entry .caption {padding-top:0 !important;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.