[thelist] Image alignment

Brad Miller brad at beldamar.com
Thu Sep 27 00:49:43 CDT 2001


Scott,

I don't think this is going to work in this case.
That was actually my first thought, using a spacer.gif file.
But It is the height that is going to change on each page not the width.

Here is a link to the page.
http://www.dejapc.com/complete/

-----Original Message-----
You could set the table up like this:

<table>
<tr>
	<td rowspan=3> Side Graphic </td>
	<td> TopMiddle Graphic </td>
</tr>
<tr>
	<td> <img src="spacer.gif" height="whichever"></td>
</tr>
<tr>
	<td> BottomMidle Graphic </td>
</tr>
</table>

Using a clear.gif (1px X 1px transparent gif)  you could use that as a block
to showcase
your background, so that vertically it can expand (if you set width=100%)
and still retain
a height thats needed to seperate the TOP from the middle, and the bottom
from the middle.

If you provide me with some code i could probably help you more..

Regards,
Scott Barnes
-----End Original Message-----


Thanks,
Brad Miller
702-438-7660
www.rapidfx.com
www.beldamar.com
www.dejapc.com






More information about the thelist mailing list