[thelist] Image Alignment in Netscape - It's Me Again!

Matthew Fischer mfischer at e-fishsolutions.com
Mon Nov 13 12:33:21 CST 2000


It's basically the same problem. 

If your form is the only form on the page, put the <FORM> tag right after the <BODY> tag, and the </FORM> tag right before your </BODY> tag. If not, but it's the only form within that table, move the <FORM> and </FORM> tags right before and after the <TABLE> and </TABLE> tags.


On 11/13/00 at 1:12 PM, Gregory.John.Toland at census.gov wrote:

> 
> 
> Now I have an additional alignment problem.  If you could look at
> http://www.census.gov/acs/test/index.html.  If I take out the <form>...</form>
> section the third row aligns up fine.  But with the <form>...</form> section
> included I get what you are seeing (The form seems to increase the height of the
> third column.  Any ideas?
> 
> Greg
> 
> ---------------------- Forwarded by Gregory John Toland/DSMD/HQ/BOC on
> 11/13/2000 01:14 PM ---------------------------
> 
> 
> Gregory John Toland on 11/13/2000 11:18:31 AM
> 
> To:   thelist at lists.evolt.org
> cc:   Gregory John Toland/DSMD/HQ/BOC at BOC
> 
> Subject:  Image Alignment in Netscape
> 
> I have the following code.  Can someone please tell me how to get the top and
> bottom images to align next to each other.  In IE 5.01 SP1 it looks great.
> However, in Netscape 4.7 there is a white line in between the images.  How do I
> get the images to "bump" up to each other?  I have tried many different ways of
> using the align= attribute.  Please help!!!  Any help would be great!  :)  Greg
> 
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
>           "http://www.w3.org/TR/REC-html40/loose.dtd">
> 
> <html>
> 
> <head>
>    <title>Home Page</title>
> </head>
> 
> <body>
>    <table width="767" border="0" cellpadding="0" cellspacing="0">
>       <tr>
>          <td width="767" height="23" colspan="2">
>             <img border="0" height="23" src="file:///D:\Temp\USCensus.jpg"
>                  width="767" align="absbottom">
>          </td>
>       </tr>
>       <tr>
>          <td width="134" height="116">
>             <img border="0" height="116" src="file:///D:\Temp\HeadingLeft.jpg"
>                  width="134">
>          </td>
>          <td width="633" height="116">
>             <img border="0" height="116" src="file:///D:\Temp\HeadingRight.jpg"
>                  width="633">
>          </td>
>       </tr>
>    </table>
> </body>
> 
> </html>
> 
> 
> 
> 
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt ! 
--

Matt Fischer || e-fish solutions, inc      (e)   \\\\\__   o  
   <mfischer at e-fishsolutions.com>           (e) /    o  \ o
  <http://www.e-fishsolutions.com>           (e)    ((  <
    877.WEB.FISH || 203.272.2987            (e) \+_+_+_/
           Fax 800.203.5816                (e)     \|/





More information about the thelist mailing list