example code pasted here...

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Re: example code pasted here...

    that goes with the "dreamweaver fatal exception" thread?

    1) get OUT of Layout mode. (dw menu-->View-->Tables-->Regular table editing)

    2) that example is bad table syntax.
    Top row has three columns
    Bottom row has two columns (and no colspan attributes)

    so you are right- there really is NO bottom right cell, although Layout view
    and Dw regular view do ~kind of~ show one there. But you can't click inside
    of it in Regular view- that's the clue the syntax is wrong.

    For that table to work and be valid- need to either add another <td></td> in
    the bottom <tr>, or remove a <td></td> from the top row.

    In code view- i don't think there's a way to straighten that mess out in a
    point and click GUI.

    i'd say the Fatal exception is a Fact Of Life- there's no way to program an
    application to deal with every possible instance of bad html syntax it may
    come across.

    --
    Team Macromedia Volunteer for Dreamweaver
    Certified Dreamweaver MX Developer

    Alan Ames Guest

  2. Similar Questions and Discussions

    1. What happened to my quotes?? - pasted content prob
      Ken, I copied this script into a new .cfm file, set it as the action page of an Acrobat form, added some code to print the passage as it came in,...
    2. Fixing pasted graphics
      Hello all, I've learned through this forum to always place graphics into my files, and I have done that ever since. However, the person who worked...
    3. Doug, are you there ? copy pasted some code
      Hi Doug, I copy pasted one of your scripts from your website into Director. I is supposed to detect QT etc. and I use it in a Stub projector....
    4. Pasted Image
      Your gonna need to give some more information here... What program are you scanning with? Are you scanning as CMYK or RGB? Are you imbedding a color...
    5. how do i indent the start of a new paragraph on pasted test from word
      I worked it out hold ctrl shift together then press space no need to reply thanks!
  3. #2

    Default Re: example code pasted here...


    "Gary White" <reply@newsgroup.please> wrote in message
    news:bf9fah$30r$1@forums.macromedia.com...
    > "Alan Ames" <blu@formdude.com> wrote in message
    > news:BB3D9425.13E08D%blu@formdude.com...
    > >
    > > i'd say the Fatal exception is a Fact Of Life- there's no way to program
    > an
    > > application to deal with every possible instance of bad html syntax it
    may
    > > come across.
    >
    > Hmmm... I have to disagree here. It should fail gracefully, not crash.
    There
    > is just a flaw in the internal error handling that allows the fatal
    > exception.
    >
    > Gary

    That would be my one big complaing about DWMX. Too often it crashes without
    warning. It doesn't seem to be programmed to be very robust. I've learned to
    save often ... very often.


    Robert
    --
    "If God had intended for us to see the sunrise,
    He would have scheduled it later in the day."
    (perform an exorcism for e-mail reply)


    Robert 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