[css-d] tables-to-css beginner question

2007-07-20 Thread Howell, Scott
Hi there. I'm an old-school tables designer trying to kick the habit and this should be easy. I want to convert the tabled code below to CSS-only. My main two problems: (1) cleanly coding in the space taken by nbsp; in the table (2) preventing the divs from moving around when the browser is

Re: [css-d] tables-to-css beginner question

2007-07-20 Thread Arian Hojat
Need to think a bit more less row by row, and instead group things together by if they make sense. div id=container div id=portion div class=headerPortion/div divfull input id=full type=checkbox/div divhalf input id=half type=checkbox/div /div div id=theID div class=labelID/div

Re: [css-d] tables-to-css beginner question

2007-07-20 Thread Phillip Allard
Hi Scott, Just my two cents here but this actually looks like tabular data you want to display there (will there be multiple rows ?). Remember that tables are still valid tags in the HTML/XHTML language definition. They are just no longer considered fitted or semantically correct for main layout