Re: Opening site built in MX 3.6 in MX 2004 7.0.1 -
07-01-2005
, 11:08 AM
Ok so let me get this straight you jumped from DW 3 to DW MX 2004 (aka DW 7).
Let me just say this before I go too much into your problem. This is not a
waste of money, the improved performance, stability and ease you will now
experience will be very beneficial to you once you start using the new version.
But keep in mind that you have not upgraded in 2 versions. So the process of
importing might not be as easy as someone who upgraded through 4 then 6 then 7
(there never was a 5 to my knowledge). So it would be like upgrading from
Office 95 and just now updating your documents to Office 2003, there is a big
difference in that many years so be patient.
If you changed settings within DW, ie: basically anything and everything
outside of site settings, you will have to replace them. All site settings
should have been transferred over when you exported your site then imported it
to the new version. Just a question for you, since you say you changed default
fonts and what not, can I ask why you changed DW defaults? The reason I ask is
that most people here will tell you that you should just forget about changing
the defaults again and just start using CSS documents to define your
colors/fonts and what not. For example you could do something like this in a
CSS document:
.defaultText {
color: #FFFFFF;
font-face: Arial;
}
Then when you make a page, just select the style from the style drop-down
(located on the bottom under the page you are editing) and select that style,
then all text gets converted to a white Arial. Then if you wanted to change
the color or anything later, you could just do that from the CSS document and
all your pages will automatically change.
Hopefully this has been of some help to you. If not feel free to post back
and we can try to work out any questions you might have. |