Thanks Mike,

I guess I just needed another set of eyes to take a peek at the table layout
(which was quite sloppy).
I redid the tables, and checked in the resolutions as I went along... Its
working good now.
The CF content spreads the tables perfectly without distortion.

Thanks again for the insight Mike.

Mike


-----Original Message-----
From: Michael Wilson [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, November 18, 2001 4:24 AM
To: CF-Talk
Subject: RE: CF & Tables and Resolution


Hi,

I would start all over and reconsider your table structure. I don't think
your CF code has anything to do with it.

1: you have a nested table in the first table's right column 1st <td> that
is 300 pixels wide.
2: You have a nested table in the first table's left column 2nd <td> that is
800 pixels wide.
3: That alone totals 1100 pixels, so shrinking to 800 under any
circumstances is out of the question.

Your layout has to be flexible enough to allow your tables to shrink and
expand when required. 

Something like this is closer to what you are looking for, but you will have
to tweak it...

<html>
<head>
<title></title>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td width="500">logo</td>
          <td>
            <div align="right"><a href="##">my</a> <a href="##">menu</a> <a
href="##">would</a> 
              <a href="##">go</a> <a href="##">here</a></div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="700" align="left" valign="top"><a href="##">my</a> <a
href="##">second</a> 
            <a href="##">menu</a> <a href="##">would</a> <a href="##">go</a>
<a href="##">here</a></td>
          <td>
            <div align="right">Date here</div>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="210" align="left" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td>Search This Site <br>
            <input type="text" name="textfield">
            GO<br>
            Advanced Search <br>
          </td>
        </tr>
        <tr> 
          <td><a href="##">menu item</a></td>
        </tr>
        <tr> 
          <td><a href="##">menu item</a></td>
        </tr>
        <tr> 
          <td><a href="##">menu item</a></td>
        </tr>
        <tr> 
          <td><a href="##">menu item</a></td>
        </tr>
        <tr> 
          <td><a href="##">menu item</a></td>
        </tr>
        <tr>
          <td><a href="##">menu item</a></td>
        </tr>
      </table>
    </td>
    <td align="left" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td>image</td>
          <td>image</td>
          <td>image</td>
        </tr>
        <tr>
          <td>image</td>
          <td>image</td>
          <td>image</td>
        </tr>
        <tr>
          <td>image</td>
          <td>image</td>
          <td>image</td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="240" align="left" valign="top"> 
            <table width="100%" border="0" cellspacing="0" cellpadding="2">
              <tr>
                <td>Highlights</td>
              </tr>
              <tr>
                <td>Cold FusionTM <br>
                  Fusebox Methodology <br>
                  SQL/Access DB Support <br>
                  Customization <br>
                  Administrative Backend</td>
              </tr>
            </table>
          </td>
          <td align="left" valign="top">
            <table width="100%" border="0" cellspacing="0" cellpadding="2">
              <tr> 
                <td>What XFuze Cart can do for you!</td>
              </tr>
              <tr> 
                <td>XFuze Cart can bring your e-commerce website into the
next 
                  generation of websites. blah blah blah... 
                  <p>Online Demo &gt;&gt;<br>
                  </p>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>footer here</td>
  </tr>
</table>
</body>
</html>


Regards,

Mike

> -----Original Message-----
> From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, November 18, 2001 2:17 AM
> To: CF-Talk
> Subject: CF & Tables and Resolution
> 
> 
> Hi Everyone.
> 
> I am developing a site right now, and am having some layout
> issues. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to