How to I get things to align properly within my tables?
example
To place text or graphics where you want in a TABLE Cell (TD)
Just find the look you like, and find the ALIGN and VALIGN
values. ALIGN is for horizontal placement and VALIGN is for
the vertical. In otherwords, put your finger on the button
you like, and read up and across for your tags! ;-)
To do a Bullseye
<TD VALIGN=CENTER ALIGN=CENTER>
ALIGN
VALIGN=MIDDLE
VALIGN=TOP
VALIGN=BOTTOM
ALIGN=LEFT --- --- ---
ALIGN=CENTER --- --- ---
ALIGN=RIGHT --- --- ---
source code
<TABLE BORDER="1" WIDTH="550">
<TR>
<TD>ALIGN</TD>
<TD>VALIGN=MIDDLE</TD>
<TD>VALIGN=TOP</TD>
<TD>VALIGN=BOTTOM</TD>
</TR>
<TR>
<TD>ALIGN=LEFT<BR>---<BR>---<BR>---<BR></TD>
<TD ALIGN="LEFT" VALIGN="MIDDLE"><IMG SRC="g40-99-20.gif"></TD>
<TD ALIGN="LEFT" VALIGN="TOP"> <IMG SRC="g40-99-20.gif"></TD>
<TD ALIGN="LEFT" VALIGN="BOTTOM"><IMG SRC="g40-99-20.gif"></TD>
</TD>
</TR>
<TR>
<TD>ALIGN=CENTER<BR>---<BR>---<BR>---<BR></TD>
<TD ALIGN="CENTER" VALIGN="MIDDLE"><IMG SRC="g40-99-20.gif"></TD>
<TD ALIGN="CENTER" VALIGN="TOP"> <IMG SRC="g40-99-20.gif"></TD>
<TD ALIGN="CENTER" VALIGN="BOTTOM"><IMG SRC="g40-99-20.gif"></TD>
</TD>
</TR>
<TR>
<TD>ALIGN=RIGHT<BR>---<BR>---<BR>---<BR></TD>
<TD ALIGN="RIGHT" VALIGN="MIDDLE"><IMG SRC="g40-99-20.gif"></TD>
<TD ALIGN="RIGHT" VALIGN="TOP"> <IMG SRC="g40-99-20.gif"></TD>
<TD ALIGN="RIGHT" VALIGN="BOTTOM"><IMG SRC="g40-99-20.gif"></TD>
</TD>
</TR>
</TABLE>
Find or Give Help on the BBS
Home
Top
E-Mail
If it looks great, it's by Christine
Some Fine Print
© 1997-2003 BigNoseBird.Com®, Inc. All rights reserved.
All other trademarks are the sole property of their respective owners.
The products that we recommend are only ones that we use. We have no
relationship with any of the authors or their companies. We cannot
assume responsibility for their ultimate performance or lack of same.
We also cannot assume responsibility for either any programs provided
here, or for any advice that is given since we have no control over
what happens after our code or words leave this site. Always
use prudent judgment in implementing any program- and always make a
backup first! For further information, please read our
Privacy Statement . We can be contacted
at webmaster@bignosebird.com .