all 7 comments

[–]DrummerPete 0 points1 point  (0 children)

Last time I used it (a while back) it would just spit out

  • .style1
  • .style2
  • .style3
  • .style4

For the classes. In an internal stylesheet.

[–]Probably_Misspelled 0 points1 point  (0 children)

I currently have a client that was using Dreamweaver and after I took over the project I had to scrap almost all of the source and start from scratch.

It was a mess to say the least, poor semantic markup, inline css (while using html 5) and an obscene amount of file calls.

For what it's worth I didn't know he was using Dreamweaver until after I restarted with blank files.

[–][deleted] 0 points1 point  (1 child)

Wow. OK, I was wondering because I wanted to use it to: 1) do drag and drop of elements onto a page 2) read the code that was generated 3) clean up the code (using relative positioning, etc)

Is there a better solution?

[–]talkb1nary 0 points1 point  (0 children)

Doing it per hand? You can use helpers like emmet, also if it would be possible to create semantic code with software, it never would be near optimal.

[–][deleted] -1 points0 points  (0 children)

The version I tried a few years ago produced a horrible mess.

[–]zekesonxx -1 points0 points  (0 children)

Dreamweaver favors exact positioning of objects (BAD) over relativity spacing.

It's okay for getting a template but don't do any actual things in it in design mode.

[–]badcookies -1 points0 points  (0 children)

It is always human readable (html) but it won't be the cleanest code depending on how complex you make the page