Re: [WSG] Table versus 4 floated divs

2005-07-27 Thread Jon Dawson
http://www.jomni.com/sandbox/wheatgrass.html ;) ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help

Re: [WSG] Table versus 4 floated divs

2005-07-27 Thread Jon Dawson
yus, the middle div has a width of 750px, but then it also has a left/right margin of 40px = 830px try removing the margins and use padding instead. ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] Table versus 4 floated divs

2005-07-27 Thread Jon D
should never use tables for layout if possible. Try the following: http://www.w3.org/TR/html4/loose.dtd";> Two columns using CSS #columns { margin:2em; border:1px solid #000; /* This line will size the div around the float right */ float:left; /* This line will remove the double margin issue w

Re: [WSG] Table versus 4 floated divs

2005-07-27 Thread Bert Doorn
G'day I have a page at: where I have used an isolated table to promote two products. Would it be better to use 4 floated div's here instead? I've not used that many in a row before... If it's not tabular data (and it doesn't look like it), the answer s

[WSG] Table versus 4 floated divs

2005-07-26 Thread Sarah Peeke (XERT)
Hi all I have a page at: where I have used an isolated table to promote two products. Would it be better to use 4 floated div's here instead? I've not used that many in a row before... My css file is at: