J
John Dalberg
Is there a tool that can convert a table based web page into a CSS based
one, while keeping the layout?
one, while keeping the layout?
John said:Is there a tool that can convert a table based web page into a CSS
based one, while keeping the layout?
John said:Is there a tool that can convert a table based web page into a CSS based
one, while keeping the layout?
Is there a tool that can convert a table based web page into a CSS
based
one, while keeping the layout?
To the original poster, PLEASE don't listen to anything Richard says,
99.9% of the stuff he writes in this group is plain wrong or very bad
advice. Including what he's just written.
Richard said:www.somestuff.batcave.net/box.html
I'll correct myself a little.
The reason for the float:left element was to show that it is part of the css
coding.
As the OP will learn, some things do not work as planned.
Oli Filth said:I wasn't talking about just that. Recommending the use of absolute
positioning for each DIV (that used to be TDs) is an appalling mis-use
of HTML and CSS. Using tables is better than that.
Luigi said:For the layout??!!
Oli Filth said:IMHO, yes using absolute positioning to lay everything out would be a
pain in the arse. You'd need to give each element a unique ID, then
within the CSS you'd need a separate section for each of these IDs, and
you'd have to screw about guessing pixels/percentages until it worked.
Then as soon as you changed the content of an element it'd all go wrong
again. Not particularly flexible or easy to maintain (unless I'm missing
something here. Anyone care to fill me in?)
Plus it completely destroys the paradigm of fluid layouts that
automatically reflow as the browser window changes size.
At least with tables, this is all done automatically (to an extent).
Luigi said:May-be you are right about absolute positioning. But why should you want to
use it rather than
relative positioning?
John Dalberg said:Is there a tool that can convert a table based web page into a CSS based
one, while keeping the layout?
--
John Dalberg
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.