![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Why does my well formed markup look off in WYSIWYGview??
My page looks great cross browser, validates, and contains no tables, but in
wysiwyg one of my main divs is pushed out of the content area and off to the right of my screen. Very frustrating... I hope there is a setting or a fix for this because it makes me second guess my layout. |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYG view??
It's a problem with Dreamweaver. DW is not a browser, but does the best
it can to render pages as a browser might. If your code truly validates, you may just be out of luck. -- Alec Adobe Community Expert |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYG view??
Let's see your page - perhaps there is something there and the problem is
yours, not DW's. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "ihaveadreamweaver" <webforumsuser@macromedia.com> wrote in message news:frdree$qmc$1@forums.macromedia.com... >I hope they address this on the next version.. > > Thanks |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYGview??
Just found this and I am having exactly the same problem with 2 of my sites
that were created in DW8 and just today opened in CS3. I too have validated my code and there is no problem. The pages are fine when viewed in the browser and the published website is fine, but within Dreamweaver's design view the main body of text is pushed over to the right outside the main page body. Same page is still fine when checked in DW8 on another machine, so it must be something to do with the way CS3 previews the code in design view. |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYGview??
Usually when I see this behavior it is caused by a misplaced TR or TD tag. The
page still validates and looks fine in the browsers. Dreamweaver seems to choke on a misplaced TR or TD tag. Use the code view to match up your tag pairs and remove the misplaced one. |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYG view??
If a <td> or <tr> is misplaced, the page won't validate.
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "Triplets" <webforumsuser@macromedia.com> wrote in message news:ft2tui$ahk$1@forums.macromedia.com... > Usually when I see this behavior it is caused by a misplaced TR or TD tag. > The > page still validates and looks fine in the browsers. Dreamweaver seems to > choke > on a misplaced TR or TD tag. Use the code view to match up your tag pairs > and > remove the misplaced one. > |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYG view??
Post a link to the page, please.
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "guitareth" <webforumsuser@macromedia.com> wrote in message news:ft2r0r$7cs$1@forums.macromedia.com... > Just found this and I am having exactly the same problem with 2 of my > sites > that were created in DW8 and just today opened in CS3. I too have > validated > my code and there is no problem. The pages are fine when viewed in the > browser > and the published website is fine, but within Dreamweaver's design view > the > main body of text is pushed over to the right outside the main page body. > Same > page is still fine when checked in DW8 on another machine, so it must be > something to do with the way CS3 previews the code in design view. > |
|
|||
|
Re: Why does my well formed markup look off in WYSIWYGview??
I've been playing about with this and have managed to get it to work by adding
in <p></p> right before the div tag for the centre section content. Don't really understand why this has fixed it, but at least it's working now! |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|