Is there an HTML program out there that allows you to build a site using DIV tags?? For example, instead of building a site based on just HTML tags, I
would rather use DIV tags. I ask this because I'm not at all familiar with DIV, and was wondering if there was something out there that could do it
for me??
So you want your site in CSS instead of Tables? The way I think you're describing it is how people create sites with DIVs using CSS to format
everything. I dont think theres a specific program to do it for you, but DIVs are just HTML, so any text editor would be just fine, just gonna bone up
one your CSS.
dreamweaver may do it for you to a certain extent. but div tags are basically uneditable text boxes. to really make use of them from the way youre
describing you would still have to embed them inside of tables
DIV tags combined with CSS can provide pixel perfect layout and positioning, yet you will still need to use HTML for the contents within the DIV tags.
Forms, images, textareas, textboxes, etc.