PDA

Click to See Complete Forum and Search --> : (X)HTML Editor w/ CSS capability


techgnome
Jan 3rd, 2005, 08:13 AM
Does anyone know of any (X)HTML/CSS editor(s) that will allow you to layou your site using div tags?

I want to make some changes to my site, but everything I have wants to dump it all into table (shudder) to control the layout (or adds a ton of crap code I wouldn't know -or care- to deal with). What I would like is the ability to draw a rectange, give it a name, and have the editor create the appropriate div tag, along with the controling CSS for it. The CSS could be embeded in the HTML, pulling it out isn't a problem. It would be a lot easier to develop pages that way, rather than the try-it-and-see method I tend to use (and often screw up).

Does anyone know of such an editor?

Tg

Acidic
Jan 6th, 2005, 12:11 PM
Dreamweaver allows you to draw divs and shove in content. But it doesn't handle them very well. It always uses inline CSS to position them.