Dreamweaver Upload Distorts Website Design

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Dreamweaver Upload Distorts Website Design

    I have designed a layout with Fireworks and exported to Dreamweaver.

    Everything, so far as I can tell, looks good in my design. However, when I
    upload it, the images become altered from how they appear within Dreamweaver.

    Links below may need to be copied and pasted in...they were acting kinda
    screwy on this forum.

    This is what I see as it is saved on my computer:
    [url]http://www.bonsaibirds.com/Images/bbdesignpic.png[/url]

    Where as this is the same file uploaded to my site:
    [url]http://www.bonsaibirds.com[/url]


    Any ideas on this? Why, upon uploading, does the image become distorted?


    Thanks in advance for ANY help and assistance. I am trying really hard to get
    this site designed so that I can begin adding content. I need it done before
    the new year!

    Andrea F. Fahy Guest

  2. Similar Questions and Discussions

    1. Inserting images doesn't upload them to the website
      When I choose to insert an image from my local computer to the website using contribute the image appears in the editor page, but when I publish the...
    2. Large Scale Website Design
      Don't listen to Pete Thomas. First off, this guy is on the Macromedia Team, that right there will tell you that his opinion is completely unbiased...
    3. linking a website to the design
      hello me again. on the piece that i have designed on the contacts page i would like the design to be able to contain a link that once clicked upion...
    4. Website Design
      I have been a reader for some time. I like to read all of your hints, I have never been a contributer, but let me say thank you. I have a website...
    5. OT: TFT Monitor & Website Design
      Hi... I know this isn't all together to do with DW, but can anyone recommend a TFT monitor which is good for web design and colour etc?? Also...
  3. #2

    Default Re: Dreamweaver Upload Distorts Website Design

    > I have designed a layout with Fireworks and exported to Dreamweaver.

    Sadly this is the source of your problem. FW writes HTML that is monolithic
    and brittle. It breaks at the slightest provocation. Here's why -

    [url]http://apptools.com/rants/spans.php[/url]

    Also, I see this problem here -

    <!--
    function mmLoadMenus() {
    if (window.mm_menu_0026125321_0) return

    PLEASE don't use the FW pop-up menus. They are simply awful in
    implementation and in maintenance. Read what the person who WROTE these
    menus (actually adapted them from a Netscape implementation) says about
    them -

    [url]http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/[/url]


    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Andrea F. Fahy" <webforumsuser@macromedia.com> wrote in message
    news:emuill$5h9$1@forums.macromedia.com...
    >I have designed a layout with Fireworks and exported to Dreamweaver.
    >
    > Everything, so far as I can tell, looks good in my design. However, when
    > I
    > upload it, the images become altered from how they appear within
    > Dreamweaver.
    >
    > Links below may need to be copied and pasted in...they were acting kinda
    > screwy on this forum.
    >
    > This is what I see as it is saved on my computer:
    > [url]http://www.bonsaibirds.com/Images/bbdesignpic.png[/url]
    >
    > Where as this is the same file uploaded to my site:
    > [url]http://www.bonsaibirds.com[/url]
    >
    >
    > Any ideas on this? Why, upon uploading, does the image become distorted?
    >
    >
    > Thanks in advance for ANY help and assistance. I am trying really hard to
    > get
    > this site designed so that I can begin adding content. I need it done
    > before
    > the new year!
    >

    Murray *ACE* Guest

  4. #3

    Default Re: Dreamweaver Upload Distorts Website Design

    SO! I am yet again enlightened as to why NOT to rely on Fireworks or
    Dreamweaver. Based on what you have seen (the layout look I am going for) do
    you have any suggestions as to what I should try instead? programs to use,
    methods, etc.?

    My husband is still a tried and true fan of "notepad" html only. I don't have
    that strong a background in html to design that way. And like most people, I
    don't want to take the time to learn pure html. Besides that...I can't rely on
    him b/c he has no patience anymore for computer work!!

    I am so lost now.

    Andrea F. Fahy Guest

  5. #4

    Default Re: Dreamweaver Upload Distorts Website Design

    > And like most people, I don't want to take the time to learn pure html.

    If you want to continue using a graphics program to write your HTML, then
    you will need to spend alot of time here. Learning HTML is neither hard nor
    something that will require anything more than elbow grease.

    The layout you have would be simple to do by hand. I would have 4 stacked
    tables:

    1. Masthead
    2. Menu
    3. Content
    4. Bottom matter

    Try doing it that way....

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Andrea F. Fahy" <webforumsuser@macromedia.com> wrote in message
    news:emukts$87s$1@forums.macromedia.com...
    > SO! I am yet again enlightened as to why NOT to rely on Fireworks or
    > Dreamweaver. Based on what you have seen (the layout look I am going for)
    > do
    > you have any suggestions as to what I should try instead? programs to
    > use,
    > methods, etc.?
    >
    > My husband is still a tried and true fan of "notepad" html only. I don't
    > have
    > that strong a background in html to design that way. And like most
    > people, I
    > don't want to take the time to learn pure html. Besides that...I can't
    > rely on
    > him b/c he has no patience anymore for computer work!!
    >
    > I am so lost now.
    >

    Murray *ACE* Guest

  6. #5

    Default Re: Dreamweaver Upload Distorts Website Design

    This is what I have been working on, I have a new message out with a tables
    question.


    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=18[/url]
    9&threadid=1227568&enterthread=y

    If you don't mind, let me know ,what you think about the direction I am headed
    in now. I don't need to use a graphics program (fireworks) to write the html,
    so that is not a big deal.

    HOWEVER, I am using Dreamweavers tables, so am I asking for trouble by having
    DW add a bunch of extra crap to the htm code?

    Andrea F. Fahy Guest

  7. #6

    Default Re: Dreamweaver Upload Distorts Website Design

    This is what I have been working on, I have a new message out with a tables
    question.


    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=18[/url]
    9&threadid=1227568&enterthread=y

    If you don't mind, let me know ,what you think about the direction I am headed
    in now. I don't need to use a graphics program (fireworks) to write the html,
    so that is not a big deal.

    HOWEVER, I am using Dreamweavers tables, so am I asking for trouble by having
    DW add a bunch of extra crap to the htm code?

    Andrea F. Fahy Guest

  8. #7

    Default Re: Dreamweaver Upload Distorts Website Design

    This is what I have been working on, I have a new message out with a tables
    question.


    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=18[/url]
    9&threadid=1227568&enterthread=y

    If you don't mind, let me know ,what you think about the direction I am headed
    in now. I don't need to use a graphics program (fireworks) to write the html,
    so that is not a big deal.

    HOWEVER, I am using Dreamweavers tables, so am I asking for trouble by having
    DW add a bunch of extra crap to the htm code?

    Andrea F. Fahy Guest

  9. #8

    Default Re: Dreamweaver Upload Distorts Website Design

    This is what I have been working on, I have a new message out with a tables
    question.


    [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=18[/url]
    9&threadid=1227568&enterthread=y

    If you don't mind, let me know ,what you think about the direction I am headed
    in now. I don't need to use a graphics program (fireworks) to write the html,
    so that is not a big deal.

    HOWEVER, I am using Dreamweavers tables, so am I asking for trouble by having
    DW add a bunch of extra crap to the htm code?

    Andrea F. Fahy Guest

  10. #9

    Default Re: Dreamweaver Upload Distorts Website Design

    I'll reply on the DW forum.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "Andrea F. Fahy" <webforumsuser@macromedia.com> wrote in message
    news:emup9k$d71$1@forums.macromedia.com...
    > This is what I have been working on, I have a new message out with a
    > tables
    > question.
    >
    >
    > [url]http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=12&catid=18[/url]
    > 9&threadid=1227568&enterthread=y
    >
    > If you don't mind, let me know ,what you think about the direction I am
    > headed
    > in now. I don't need to use a graphics program (fireworks) to write the
    > html,
    > so that is not a big deal.
    >
    > HOWEVER, I am using Dreamweavers tables, so am I asking for trouble by
    > having
    > DW add a bunch of extra crap to the htm code?
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139