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

  1. #1

    Default skips a line

    Dear friends. A rollover button on my splash page doesn't work after I added a
    text link to the same link as my button (not in the same frame but all in the
    same table). After deleting the button and rebuilding it again in the native
    file- it was uploaded again several times via the ftp and still no workee.
    Viewing the source code on the web page I noticed the line of code breaks in a
    place non of the other rollover buttons do. Here it is below- it breaks after
    'image' and it has no indention (tab space) before '14'.

    ........onMouseOver="MM_swapImage('Image
    14','','images/mainMenu/les.......

    The code in the native file is fine but some where during the uploading it
    changes.... and yes I have deleted the file completely from the remote server
    before uploading the new file.

    Don't know what to do.
    c

    CLHiggins Guest

  2. Similar Questions and Discussions

    1. audio skips
      can someone help me please ?on my myspace page I put some audio music on it,and when i push the play button,the music starts to play and after about...
    2. music skips
      can someone help me please?my audio player skips on webs sites.It said to install adobe flash player 9,so i did and I put some music on my myspace...
    3. Forced line break changes previous line endings
      Gang-- Give this script a try. It's quite experimental (i.e., use at your own risk), but in my tests it actually works to "freeze" the line...
    4. DRKv5 3D Line Chart line width, rendering problems
      I am using the DevNet Resource Kit Version 5 3D Charting components. The line chart component has a minimum line width parameter, but the minimum...
    5. -ck patches and sound with skips
      Hi Cristophe, you wrote : not me it is not yet know what normal behaviour is for O(1) scheduler read kernel mailinglist to find out more...
  3. #2

    Default Re: skips a line

    Post a link to the page, please.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dosrqe$593$1@forums.macromedia.com...
    > Dear friends. A rollover button on my splash page doesn't work after I
    > added a
    > text link to the same link as my button (not in the same frame but all in
    > the
    > same table). After deleting the button and rebuilding it again in the
    > native
    > file- it was uploaded again several times via the ftp and still no workee.
    > Viewing the source code on the web page I noticed the line of code breaks
    > in a
    > place non of the other rollover buttons do. Here it is below- it breaks
    > after
    > 'image' and it has no indention (tab space) before '14'.
    >
    > ........onMouseOver="MM_swapImage('Image
    > 14','','images/mainMenu/les.......
    >
    > The code in the native file is fine but some where during the uploading it
    > changes.... and yes I have deleted the file completely from the remote
    > server
    > before uploading the new file.
    >
    > Don't know what to do.
    > c
    >

    Murray *TMM* Guest

  4. #3

    Default Re: skips a line

    Here ya go-
    [url]http://www.clhiggins.com/index.html[/url]
    CLHiggins Guest

  5. #4

    Default Re: skips a line

    <td><a href="pages/lessons/chapterLessons.htm"
    onMouseOut="MM_swapImgRestore()"
    onMouseOver="MM_swapImage('Image14','','images/mainMenu/lessons/bt_lessons.jpg',1)">

    Copy and paste that line in place of the one you have. Make sure it's all
    listed on a single line in DW.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dp00k8$6bq$1@forums.macromedia.com...
    > Here ya go-
    > [url]http://www.clhiggins.com/index.html[/url]

    Murray *TMM* Guest

  6. #5

    Default Re: skips a line

    Sorry Murry- Thenks for the suggegtion but I loose half my button when I tried
    what you recommend. Like I say- the code is fine in the DW file. It happens
    sometime during the file uploading.
    PS I use CUTE FTP software to transfer my files.

    CLHiggins Guest

  7. #6

    Default Re: skips a line

    > Like I say- the code is fine in the DW file. It happens
    > sometime during the file uploading.
    See - I don't think so. Such things just don't happen on upload.

    Here - I have made the same change I recommended to you -

    [url]http://murraytestsite.com/clhiggins.htm[/url]

    Does that work the way you'd expect?

    Also, the missing images are the ones with spaces in their file/pathnames.
    It's a good idea never to do that....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dp12lv$i0a$1@forums.macromedia.com...
    > Sorry Murry- Thenks for the suggegtion but I loose half my button when I
    > tried
    > what you recommend. Like I say- the code is fine in the DW file. It
    > happens
    > sometime during the file uploading.
    > PS I use CUTE FTP software to transfer my files.
    >

    Murray *TMM* Guest

  8. #7

    Default Re: skips a line

    Murry- Sorry for the delay. Yes- the buttom works like it should on the test
    site but I'm sorry- I fail to see the difference between the code you would
    like me to copy and paste and the existing code written by DW.

    CLHiggins Guest

  9. #8

    Default Re: skips a line

    Then I don't know how to help you more.

    You have a carriage return in the middle of the behavior's markup. That's
    the problem. My code has that line break removed....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dp7bkb$fbu$1@forums.macromedia.com...
    > Murry- Sorry for the delay. Yes- the buttom works like it should on the
    > test
    > site but I'm sorry- I fail to see the difference between the code you
    > would
    > like me to copy and paste and the existing code written by DW.
    >

    Murray *TMM* Guest

  10. #9

    Default Re: skips a line

    Well this is why I think something is happening during the upload because
    everything is on one line in the DW file. perhaps I should consult the Cute
    FTP people.
    Thanks for your time anyway, Murry. Have a good new year.
    Sincerely CH

    CLHiggins Guest

  11. #10

    Default Re: skips a line

    Yo Murry-
    It was the FTP protocal screwing things up. I switched from 'auto' transfer
    to 'binary' transfer in the Cute program preferences and that solved the
    problem.
    Again- thanks for your time.
    clh.

    CLHiggins Guest

  12. #11

    Default Re: skips a line

    DW doesn't do such things. Had you used DW from the start you wouldn't have
    had the problem.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dpc2vj$efc$1@forums.macromedia.com...
    > Yo Murry-
    > It was the FTP protocal screwing things up. I switched from 'auto'
    > transfer
    > to 'binary' transfer in the Cute program preferences and that solved the
    > problem.
    > Again- thanks for your time.
    > clh.
    >

    Murray *TMM* Guest

  13. #12

    Default Re: skips a line

    Glad you made that point. Why do I keep getting an error message when I've
    configured my site to upload with the DW FTP- just like the book told me to?
    And yes I have a registered copy of DW.

    And a second question I have that you are just reminding me of.... why do my
    "assets" show no files? I have the "enable cache" box checked.

    CLHiggins Guest

  14. #13

    Default Re: skips a line

    > Why do I keep getting an error message when I've
    > configured my site to upload with the DW FTP- just like the book told me
    > to?
    What error? How do you have the Remote site defined?
    > why do my
    > "assets" show no files? I have the "enable cache" box checked.
    Could be that your site cache is corrupted.

    You can try this simple fix -

    Quit DW.

    Find this file -

    C:\Documents and Settings\<username>\Application Data\Macromedia\Dreamweaver
    8\Configuration\SiteCache\<sitename>.dws

    (these folders are normally hidden - you may have to use Explorer > Tools >
    Folder Options to unhide them)

    and delete it.

    Restart DW. Works better?


    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dpcspr$deh$1@forums.macromedia.com...
    > Glad you made that point. Why do I keep getting an error message when
    > I've
    > configured my site to upload with the DW FTP- just like the book told me
    > to?
    > And yes I have a registered copy of DW.
    >
    > And a second question I have that you are just reminding me of.... why do
    > my
    > "assets" show no files? I have the "enable cache" box checked.
    >

    Murray *TMM* Guest

  15. #14

    Default Re: skips a line

    Murry-
    Sorry I've been busy-
    I've tried to follow your advise about deleting the cache files but I cannot
    see the path you to the file as you have indicated.

    I also fail to find "tools>folder options" in Explorer- scratching mi head on
    that one. (?)

    Sorry to keep troubling you with all this but you do seem to know what your
    talking about.

    Look forward to your response.

    c.

    CLHiggins Guest

  16. #15

    Default Re: skips a line

    Try again -

    In WXP, find this file -

    C:\Documents and Settings\<username>\Application Data\Macromedia\Dreamweaver
    8\Configuration\SiteCache\<sitename>.dws

    (these folders are normally hidden - you may have to use Explorer > Tools >
    Folder Options to unhide them - that's WINDOWS EXPLORER, not INTERNET
    EXPLORER)

    and delete it.

    Restart DW. Works better?


    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dqi06d$iae$1@forums.macromedia.com...
    > Murry-
    > Sorry I've been busy-
    > I've tried to follow your advise about deleting the cache files but I
    > cannot
    > see the path you to the file as you have indicated.
    >
    > I also fail to find "tools>folder options" in Explorer- scratching mi head
    > on
    > that one. (?)
    >
    > Sorry to keep troubling you with all this but you do seem to know what
    > your
    > talking about.
    >
    > Look forward to your response.
    >
    > c.
    >

    Murray *TMM* Guest

  17. #16

    Default Re: skips a line

    Murry-
    Thanks ol'Boy- ya saved the day!
    c.
    CLHiggins Guest

  18. #17

    Default Re: skips a line

    You're welcome....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "CLHiggins" <webforumsuser@macromedia.com> wrote in message
    news:dqqebq$f1k$1@forums.macromedia.com...
    > Murry-
    > Thanks ol'Boy- ya saved the day!
    > c.

    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