html - Get WYSIWYG's to display content of Bootstrap theme properly - in design view -


i have tried dreamweaver , expression web 4.

when open bootstrap framework theme (http://getbootstrap.com/examples/dashboard/) in wysiwyg - of css , javascript files connected - not display when rendered html in browser.

instead - wysiwyg's in design view - html , div's etc. messed , in line, on top of each other.

when view same content in browser - orderly , in place should be.

this makes editing layout real pain.

how wysiwyg display content of bootstrap theme, in editor design view, same in browser?

how wysiwyg display content of bootstrap theme, in editor design view, same in browser?

with presence of css there no reasonable way edit content in wysiwyg manner.

css: given html , set of css rules produce rendering result (direct task).

wysiwyg: having rendering result produce html structure , set of css rules (opposite task).

direct task (html -> css -> rendering) has perfect mathematical/formal sense. @ same time opposite task (wysiwyg -> html) has no deterministic solution - presence of css same rendering result can achieved in many ways , css rules - conversion undetermined.

last html specification used html wysiwyg editing 3.2 (the 1 without css, afair).

you cannot create editor allow edit modern web site content (like stackoverflow.com) in purely wysiwyg manner.

you can edit textual content areas @ extent (using special markdown approximations) not whole site.

so forget , go edit stuff plain text editors.

having said shall admit wysiwyg editing feasible when use special dom designed wysiwyg specifically. take microsoft word example. when try html/css content have, well, problems. not because word developers lazy because of internal "flat text" dom.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -