Question

DW MX does not display web pages the same as CS4

Asked by: RCSTechnology

I normally use DW CS4 for my page editing, but the students in our web design class use DW MX.  The class wants to do some editing on our district site, but when I provide them a copy of the site that I am using, the code does not display properly on their computers in design view.  Because they use MX as a part of classroom instruction (including textbooks, support video,...), I can not easily change their version to CS4 (plus there is the cost of the upgrades, licensing and new books/materials that I would have to cover).  Can somebody help me with why DW MX displays the site differently than CS4?

Notes: DW MX is patched to version 6.1.  The site pages are formatted with tables and uses includes to read common code.  I use a flash header (just a display, no navigation) and a Javascript cascading navigation menu with some CSS to control the appearance (code for default page shown below, screen shots are attached.

I seriously appreciate any help!

<HTML><HEAD><TITLE>Technology Student Default (Home) Page</TITLE>
 
<link rel="stylesheet" type="text/css" href="common/rsdstyles.css" />
 
<!--#Include file="headingsection.inc" -->
 
 
</HEAD>
<body>
<script type="text/javascript">
ddlevelsmenu.setup("ddtopmenubar", "sidebar") //ddlevelsmenu.setup("mainmenuid", "topbar")
ddlevelsmenu.setup("ddquicklinkbar", "sidebar") //ddlevelsmenu.setup("mainmenuid", "topbar")
</script>
 
 
<div class="wrapper">
 
 
<table width="770" height="700" align="center" cellpadding="0" cellspacing="4" border="0" bgcolor="#060e7a">
<tr>  <td  height="150" colspan="3" align="center" valign=top nowrap><div id="flash_header" z-index:199;><center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="776" height="150">
  <param name="movie" value="/rhs/video/rhs_header_2.swf">
  <param name="quality" value="high">
 	  <PARAM NAME=wmode VALUE=transparent> 
 <embed src="/rhs/video/rhs_header_2.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="776" height="150"></embed>
</object>
  </center></div>
</td>
</tr>
<tr>
<!-- spacer between header and rest of page -->
  <td  height="2px" colspan="2" align="center" valign=top nowrap>
</td>
</tr>
 
<tr>
    <td  height="30" width="155"  valign="top">
		<div id="quicklinks">
		<!--#Include file="quicklinks.inc"-->
		</div>  
	</td>
 
<td rowspan="3" width="614" align="justify"  valign="top">
 
<div id="mainhomewindow">
  <div id="homestuff">
    <h2 align="center"><u>Ravenna School District Technology</u></h2>
 
    <p>This will be the base file for the Technology Students to work from.</p>
    <p>Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... Here is some filler to check the scrolling of this window... </p>
   <p>&nbsp;</p>
  
    </div>
</div>
 
<p>&nbsp;</p>
 
 <div id="eventwindow"><strong>Upcoming Events</strong><br>
 
	<script type="text/javascript">
	/***********************************************
	* IFRAME Scroller script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
	* This notice MUST stay intact for legal use
	* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
	***********************************************/
	//specify path to your external page:
 
/*				   
	document.write('<iframe id="datamain" src="/news/iframenews.htm" width="380px" height="140px" marginwidth="0" marginheight="0" hspace="0" vspace="10" frameborder="0" scrolling="no"
*/				   
    var iframesrc="iframenews.htm"
	//You may change most attributes of iframe tag below, such as width and height:
	document.write('<iframe id="datamain" src="'+iframesrc+'" width="600px" height="185px" marginwidth="0" marginheight="0" hspace="0" vspace="10" frameborder="0" scrolling="no"></iframe>')
	</script>
 
</div>
 
 
    </td>
</tr>
 
<tr>
<!-- spacer between sections -->
  <td  height="2px" align="center" valign=top nowrap>
</td>
</tr>
 
 
<tr>
 
    <td height="562" width="155"  valign="top">
		<div id="sidebar1">
		  <!--#Include file="links.inc"-->
		</div>  
	</td>
 
</tr>
 
</table>
 
 
</div>
</BODY></HTML>

                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-11-03 at 06:23:53ID24867086
Tags

Dreamweaver MX display problem

Topics

Adobe Dreamweaver

,

Web Authoring

Participating Experts
1
Points
500
Comments
7

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. reinstalling DW MX
    I just formatted my computer and reinstalled DW. I put all the folders in the same paths, but DW lost all the info about low src and where the editable png for images is. Next time I do this is there a way to save all that info for all the sites that DW manages?
  2. DW MX and browser compatibility
    I am developing a website using DW MX on a Mac (OS/X 10.3.9). I would like the site to work well with IE5 and above. The Mac has IE 5.2 and I test the site on it. When I try and view the site from my PC using IE6, the webpage is essentially blank. I downloaded the menu ef...
  3. Opening errors DW
    Hello Experts When I opened Dreamweaver this morning I received some unusual errors and wonder if anyone has a way of rectifying (preferable without reinstalling DW as this seems to take ages). The errors start on opening DW While executing onload in RestoreCtrlSpace.htm, t...
  4. Absolute Path Problem in DW
    Hello, I've got a problem with absolute paths not working in DreamWeaver. I have defined my site in DW's site definition thing. I am developing a site on a development server running Apache. When I use SSI's with absolute path, Dreamweaver displays them in design mode. The b...
  5. Find Orphaned Files in DW
    Folks, Anyone know offhand if there is a way to show files in the local site that are not linked to anything? I'm in the middle of revamping all my sites and I now have a crap-ton of old images and CSS files hanging around and doing nothing. I know that DW will alert me i...
  6. Align to right with CSS in DW MX 2004
    I'm working on a template in DW MX 2004, the problem is that LyPoll is not aligned to the right... it just goes to the right margin of LyNews. Here is the code. Thanks! ------------------------------------------------------------------------------------ <!DOCTYPE HTML ...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: jason1178Posted on 2009-11-03 at 09:11:55ID: 25731130

Dreamweaver's Design View is much improved in CS4 from MX.  CSS support, rendering support, positioning are all different.  

The pages are going to look different in different versions of Dreamweaver.  You will need to preview in the browser see the "real" look.

 

by: RCSTechnologyPosted on 2009-11-03 at 10:17:59ID: 25731787

I buy into the different view for different products but my show and tell for the MX is not even remotely correct...  Could it be that MX just can not accurately display a complex table formatted web page with the virtual includes?

 

by: jason1178Posted on 2009-11-03 at 10:20:15ID: 25731808

>> Could it be that MX just can not accurately display a complex table formatted web page with the virtual includes?

Yup.

The more complicated the code, the less likely the older DW products will display it properly.  In particular, showing includes (not Library items, but true includes) was added in either MX 2004 or 8 IIRC.

 

by: RCSTechnologyPosted on 2009-11-03 at 10:23:05ID: 25731832

Grrrr...  I did not notice a patch to upgrade from MX to MX 2K4  - do you know if there was one, or if that was a $$$ upgrade?

 

by: jason1178Posted on 2009-11-03 at 10:24:55ID: 25731848

That was not a patch.  MX and MX 2004 are separate products.

 

by: RCSTechnologyPosted on 2009-11-03 at 10:29:07ID: 31649424

poo - thanx for the help. :(

 

by: jason1178Posted on 2009-11-03 at 17:49:19ID: 25735724

>> thanx for the help. :(

Sorry dude.  I know it's not the answer you wanted to hear...

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...