I have found a quick fix for this is to add a div to the bottom of your site, while debugging.
Give this div a style with clear:both;. It will force anything above it in code to be above and anything below to be below. This could be on your normal footer which I do sometimes, but if you layout doesnt allow for that then a temporary div can do the trick. Hope that helps. simeon On Wed, 20 Oct 2004 00:57:57 -0400, Umer Farooq <[EMAIL PROTECTED]> wrote: > It depends on what kind of data you need to present. If you need to do > lot of columns then stick with tables .. as column layout is in CSS3 and > heck even doing a three column layout in the current browsers CSS2.0- is > a pain.. not all browser support CSS2 fully.. > > Good place to look for nice css sites.. and comments on how they over > came challenges.. > > www.cssvault.com > www.stylegala.com > www.weeklystandards.com (note to take full advantage of css.. you need > to learn the css hacks.. this site will list out all the hacks > implemented for each site.. ) > > nice resources.. > > www.mezblue.com > www.htmldog.com (very nice quick reference for XHTML and CSS ) > > > Mike Kear wrote: > > Andy it's a whole 'nother discipline in web development. Happily it > > is something you can ease into, and dont have to learn all at once. > > And every step you take learning how CSS can work, will make your life > > coding pages in ColdFusion easier. > > > > The best thing I can suggest is to go look at the web standards > > group site, and perhaps join their mailing list. Very knowledgeable > > and friendly folks. The list isnt quite as high volume as CF-TALK so > > it's not too much traffic to handle. The site has lots of helpful > > stuff, including beginners stuff. Plenty of how-tos on almost > > everything you'd want to do, or if not directly there, there are links > > to somewhere else that does show you how to do what you're wanting to > > do. > > > > It's at www.webstandardsgroup.org. Tell 'em Mike Kear said to come by. > > > > > > Cheers > > Mike Kear > > Windsor, NSW, Australia > > AFP Webworks > > http://afpwebworks.com > > .com,.net,.org domains from AUD$20/Year > > > > > > On Tue, 19 Oct 2004 17:46:46 -0500, Andy Ousterhout > > <[EMAIL PROTECTED]> wrote: > > > >>Shannon: > >>I'd like to start using CSS for tables, but don't know how. Can you provide > >>a sample table? > >> > >>Andy > >> > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=34 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:181996 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

