Just to check: You do realize that "align=left" on a table means push 
the table to the left and wrap text around it, don't you?  The table's 
align attribute does not imply that all content within the table will be 
flush left.  In other words, the table's align attribute works like an 
img tag's align attribute, whereas the align attribute for a table cell 
works like the align attribute for a div tag.

If you are aware of the above, then my question is whether the code you 
included is the code that's causing problems or your workaround.  (I 
didn't see any paragraphs after the table.)


Pete
--
Pete Krueger
[EMAIL PROTECTED]


Hayes, Joseph wrote:

> Arghhhhh... I am getting frustrated to say the least with Fusebox 3 
> and the layout files trying to use tables and could use some help in 
> figuring out what is happening, why it is happening, and what I can do 
> to correct the problems.  Any help would be greatly appreciated.
>
>  
>
> The problem that I am having, is trying to use tables to control the 
> layout and presentation of my basic web template for a site I am 
> redeveloping for a customer.  Under Fusebox 2, I had no problem at all 
> with this, but under Fusebox 3 I am getting results that defy logic.  
> I define a table that has a width of 100% and put out the table 
> related data... then if I put the table end tag and then try and put a 
> paragraph or more after the table has finished, I get garbage on the 
> screen in the form of my table and sitting on the right side of the 
> table is the paragraph(s) that I placed in the dsp_xxxxxxx.cfm file.  
> The only workaround that I have right now, is to put EVERYTHING in the 
> table and deal with my paragraphs being in table data with multiple 
> column spans.  When I try and test the page on icast.org to test it 
> for accessibility, I get the page and the results beside each other 
> rather than on top of each other.  The following code represents the 
> body of the template:
>
>  
>
> <table width="100%" border="0" cellspacing="0" cellpadding="0" 
> align="left" summary="This table Used for Layout">
>  <tr align="left" valign="top">
>   <td align="left" valign="top" background="Artwork/uwbg_01.gif" 
> style="background-repeat: no-repeat;">
>    <a href="#content" title="Skip to Main Content" tabindex="1"><img 
>src="Artwork/clear.gif" border="0" alt="Skip to Main Content" 
> width="5" height="128" align="top"></a></td>
>  </TR>
>  <TR align="left" valign="top">
>   <td align="left" valign="top">
>    <table border="0" cellspacing="0" cellpadding="0" align="left" 
> summary="This table Used for Layout">
>    <tr align="left" valign="top">
>     <td align="left" valign="top" background="Artwork/uwbg_02.gif" 
> style="background-repeat: no-repeat;" title="For Layout of visual 
> image of arc with link to homepage when viewed on child pages">
>      <cfif NOT fusebox.circuit IS "home">
>
>         <cfoutput>
>
>                 &nbsp;&nbsp;<A 
> HREF="#request.self#?fuseaction=Home.Welcome" 
> ONFOCUS="changeImages('Home', 'Artwork/Home_over.gif'); return true;" 
> ONBLUR="changeImages('Home', 'Artwork/Home.gif'); return true;"  
> ONMOUSEOVER="changeImages('Home', 'Artwork/Home_over.gif'); return 
> true;" ONMOUSEOUT="changeImages('Home', 'Artwork/Home.gif'); return 
> true;" tabindex="2" title="Go to Home Page"><img src="Artwork/Home.gif" width="130" 
>height="30" border="0" 
> alt="Home" name="Home"></A>
>
>         </cfoutput>
>
>         <img src="Artwork/clear.gif" border="0" alt="Clear Spacer" 
> width="50" height="41"><cfelse><img src="Artwork/clear.gif" border="0" alt="Clear 
>Spacer" width="175" 
> height="41">
>
>     </cfif>
>     </td>
>     <td align="left" valign="top"><cfinclude template="dsp_TextNav.cfm"></td>
>    </tr>
>    </table>
>   </td>
>  </TR>
>  <tr>
>   <td align="left" valign="top">
>    <table width="100%" border="0" cellspacing="0" cellpadding="0" 
> align="left" summary="This table Used for Layout">
>     <tr align="left" valign="top">
>      <td align="left" valign="top" background="Artwork/uwbg_03.gif" 
> style="background-repeat: no-repeat;">
>      <img src="Artwork/clear.gif" width="146" height="1" border="0" 
> alt="Clear spacer"><br>
>       <cfinclude template="dsp_GraphicNav.cfm">
>      </td>
>      <td align="left" valign="top">
>       <a name="#content"><img src="Artwork/clear.gif" width="650" height="1" 
>border="0" 
> alt="Clear spacer"></a><br><cfoutput>#fusebox.layout#</cfoutput>
>      </td>
>     </tr>
>    </table>
>   </td>
>  </tr>
>  <tr>
>   <td>
>    <p>&nbsp;</p><p>&nbsp;</p>
>    <p><div align="center"><cfinclude template="dsp_TextNav.cfm"></div></p>
>    <cfif Application.SHOW_COPYRIGHT is "YES">
>     <p>&nbsp;</p><cfoutput><div 
>align="center"><address>#Application.COPYRIGHT#</address></div></cfoutput>
>    </cfif>
>    <cfif Application.DebugStatus is "TRUE">
>     <cfinclude template="dsp_testnsession.cfm">
>    </cfif>
>   </td>
>  </tr>
> </TABLE>
>
>

-- 
Pete Krueger
Web Applications Programmer
University of Maryland University College
[EMAIL PROTECTED]

==^================================================================
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?bUrFMa.bV0Kx9
Or send an email to: [EMAIL PROTECTED]

T O P I C A -- Register now to manage your mail!
http://www.topica.com/partner/tag02/register
==^================================================================



Reply via email to