Link to home
Start Free TrialLog in
Avatar of weikelbob
weikelbobFlag for United States of America

asked on

can't save properly in Dreamweaver a site made by Microsoft Publisher

Hello,

I am trying to open up a page done by Microsoft publisher in Dreamweaver. I can open it up, but when I try to save it to another file and open it in a web browser it only shows me the original page.

If I try to copy and paste into a new document, the menu ends up skewed.

I am working only on my computer for now - not online.

Thank you,

Bob Weikel
Avatar of weikelbob
weikelbob
Flag of United States of America image

ASKER

I got it to save, but the menu is still skewed.  This is for a client - I'm updating his site

Bob
Avatar of guitartist
guitartist

From the sound of it, you may need to adjust table properties? Publisher probably set them to 100% instead of a static pixel size.
It's not tables. I can open the menu up by itself and it is skewed. It looks good on the first page, but I cannot save changes in the first page. I have to copy and paste to alnother page, and that skews the menu.

I tried deleting everything except the menu, and there is a layer around the whole page. When I try to review my changes, the whole page comes back.

Thank you,

Bob
Could it be that it has saved the entire layout into a layer, or layers? Have you tried copying single items from the original and redoing the layout within tables on a new document?
Redoing the layout with tables works with everything except the interactive menu. It gets skewed when copyied into the table in another document. Yes, it looks like there is a layer around the entire layout.

Here's the URL: jerseyfever.com

Here's the code of a new document with a table and the skewed menu.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<table width="780" border="1">
  <tr>
    <td><img
border=0 width=168 height=336 src="index_files/image317.gif"
usemap="#MicrosoftOfficeMap0" v:shapes="_x0000_s1029 _x0000_s1031 _x0000_s1032 _x0000_s1033 _x0000_s1034 _x0000_s1035 _x0000_s1036 _x0000_s1037 _x0000_s1038 _x0000_s1039 _x0000_s1040 _x0000_s1041 _x0000_s1042 _x0000_s1043 _x0000_s1044 _x0000_s1045 _x0000_s1046 _x0000_s1047 _x0000_s1048 _x0000_s1049 _x0000_s1050 _x0000_s1051 _x0000_s1052 _x0000_s1053 _x0000_s1054 _x0000_s1055 _x0000_s1056 _x0000_s1865 _x0000_s1866 _x0000_s1867">
      <map
name=MicrosoftOfficeMap0>
        <area shape=Rect
coords="0, 303, 168, 336" href="index_files/payment.html">
        <area shape=Rect
coords="0, 269, 168, 303" href="index_files/clearence.html">
        <area shape=Rect
coords="0, 236, 168, 269" href="index_files/accessories.html">
        <area shape=Rect
coords="0, 202, 168, 236" href="index_files/clothsforher.html">
        <area
shape=Rect coords="0, 168, 168, 202" href="index_files/children.html">
        <area
shape=Rect coords="0, 135, 168, 168" href="index_files/mens.html">
        <area
shape=Rect coords="0, 101, 168, 135" href="index_files/hats.html">
        <area
shape=Rect coords="0, 68, 168, 101" href="index_files/jerseys.html">
        <area
shape=Rect coords="1,32,169,66" href="index_files/contact.html">
      </map></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
ASKER CERTIFIED SOLUTION
Avatar of guitartist
guitartist

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial