Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Alan Ames #1
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
-
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,... -
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... -
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.... -
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... -
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! -
Robert #2
Re: example code pasted here...
"Gary White" <reply@newsgroup.please> wrote in message
news:bf9fah$30r$1@forums.macromedia.com...may> "Alan Ames" <blu@formdude.com> wrote in message
> news:BB3D9425.13E08D%blu@formdude.com...> an> >
> > i'd say the Fatal exception is a Fact Of Life- there's no way to program> > application to deal with every possible instance of bad html syntax itThere>> > come across.
> Hmmm... I have to disagree here. It should fail gracefully, not crash.> 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



Reply With Quote

