Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
> I'm not sure exactly why you want the
> infinite line length feature you mentioned, but you can get that, too.
Case in point example:
I am currently putting together a webpage that wants to use the "tabs"
motif. If you try to put the image of all the tabs in a table and have it
align to the bottom where you use line breaks:
---------------------------------------------------------------------
<TABLE BORDER="0" WIDTH="640" ALIGN="CENTER" CELLPADDING="0"
CELLSPACING="0">
<TR>
<TD COLSPAN="3" BGCOLOR="#006666" VALIGN="BOTTOM">
<IMG SRC="tabs.gif" HSPACE="0" VSPACE="0" BORDER="0">
<TD>
</TR>
</TABLE>
---------------------------------------------------------------------
you will get the image with a slight bit of whitespace below. However, if
you are able to put the <TD ...>, <IMG ...> and </TD> all on one line (and
probably just the <IMG ...> and </TD>), it works.
--Mark