Dreamweaver 2004 web page works on pc; not on a Mac

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

  1. #1

    Default Dreamweaver 2004 web page works on pc; not on a Mac

    I have created the following web site: [url]www.psychelp-sos.com.au[/url]. The home page works fine on a pc, but not on a Mac. The spacing and some of the fonts go haywire. Have tested it on Mac OS 9.2.2 and Safari. Problem is not as bad on Safari.

    Jenny



    jennybear webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Dreamweaver MX 2004
      Can anyone help me with the settings I need to connect to the ftp for PWP? Iım using Dreamweaver MX 2004. I was using Dreamweaver MX before & my...
    2. Dreamweaver MX 2004 bug
      I was using a dynamic function in Dreamweaver MX that has layers and when you hover over these arrows at the bottom, the content scrolls up. When I...
    3. SWF file on website only works from Flash MX, not FlashMX 2004
      On my website, only the swf files that I published from Flash MX work, but the ones I published from Flash MX 2004 don't. I tried to open my Flash...
    4. SQL qury works in access but not dreamweaver
      I am using InterAKT dynamic charts extension to create a chart on a page. The chart is to show number of meetings per month. The following SQL works...
    5. scroll pane works in mx 2004, not once published
      Hi everyone! I'm kinda new here, in this macromedia world, and I am working with mx 2004 pro (I think). I used the scroll pane component to display...
  3. #2

    Default Re: Dreamweaver 2004 web page works on pc; not on a Mac

    Jenny:

    You know that each page on your site is more than 50% menu code right? And
    you do know about the non-spiderability of those menus - meaning that your
    site will not be ranked by search engines, right?

    Your spacing issues are likely caused by the basic table structure on your
    pages. Having used DW's Layout mode to build them, you are certain to get
    fragile tables that perform poorly, and I'm afraid that is what you are
    seeing here. Code like this -

    <td width="206" height="1"></td>
    <td width="12"></td>
    <td width="14"></td>
    <td width="35"></td>
    <td width="226"></td>
    <td width="11"></td>
    <td width="4"></td>
    <td width="22"></td>
    <td width="248"></td>
    <td width="18"></td>
    <td width="4"></td>

    just isn't of any value in building a structurally stable page. I'm sorry
    to tell you that. It's best to avoid Layout mode altogether and just build
    your tables from scratch. You can find some great tutorials about working
    with tables at the DW FAQ link in my sig.

    The font sizing issues are probably due to your mixture of CSS pixel sized
    fonts (which are pretty stable cross-browser/platform) with HTML styles
    (i.e., the font tag) which are sized differently cross-browser/platform.
    Again, this will require some work on your part to fix....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver MX
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
    ANSWERS
    ==================
    [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
    ==================

    "jennybear" <webforumsuser@macromedia.com> wrote in message
    news:bs337m$l73$1@forums.macromedia.com...
    > I have created the following web site: [url]www.psychelp-sos.com.au[/url]. The home
    page works fine on a pc, but not on a Mac. The spacing and some of the fonts
    go haywire. Have tested it on Mac OS 9.2.2 and Safari. Problem is not as bad
    on Safari.
    >
    > Jenny
    >
    >

    Murray *TMM* 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