Page is a not externally linkable
justgowithit - 2:07 pm on Dec 12, 2007 (gmt 0)
There are a number of reasons why the design view of DW will render much differently than a browser. Dynamic scripts, server-side includes, etc. will all cause pages to render differently. Available screen width can also cause pages to collapse a bit in DW's design view. <div>s will not break a word to wrap - that's probably why you're seeing the <div> wrap to the longest word that it contains.
Hello Attila,