Hey all
I'm a newbie so bear with me. I cannot find how to have images in blocks automatically align to the center of the column that they are in. check out my website http://www.sickofit.org to get an idea of what i mean (images in the right column, and the bottom left)
Any help would be very appreciated.
thanks for your time
Dave
Newbie Question - aligning images in blocks to center
Moderator: General Moderators
-
magicrobotmonkey
- Forum Regular
- Posts: 888
- Joined: Sun Mar 21, 2004 1:09 pm
- Location: Cambridge, MA
really thats an html issue...you just need to have the location ready for blocks
Code: Select all
<table width=800>
<tr>
<td>Left</td><td>Center</td><td>right</td>
</tr>
</table>