Thanks Robert, Every time I see an email from you, I freak out and think that my step-father (who is a service manager at a truck repair shop) suddenly got into Programming. His name is Robert Harrison.
Anyway, thanks for this. I ended up putting it all into a table. That solves the issue until I re-write it. Bruce -----Original Message----- From: Robert Harrrison [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 10:17 AM To: CF-Talk Subject: RE: Tables Not Working Right It has to do with the HTML. You're aligning left. If the screen is wide enough (maybe you have a wider monitor now) the tables will align left, then left against the next table, etc., until you are out of display space, in which case the next left aligned table will wrap to the next line. You can correct this by: 1) aligning tables center, or; 2) nesting each table in table rows of a nesting table, or; 3) wrapping the table in DIV or span tags which span a 100% width ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281931 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

