HighDots Forums  

Re: example code pasted here...

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: example code pasted here... in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Alan Ames
 
Posts: n/a

Default Re: example code pasted here... - 07-18-2003 , 12:10 PM






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


Reply With Quote
  #2  
Old   
Robert
 
Posts: n/a

Default Re: example code pasted here... - 07-19-2003 , 03:08 AM







"Gary White" <reply (AT) newsgroup (DOT) please> wrote

Quote:
"Alan Ames" <blu (AT) formdude (DOT) com> wrote in message
news:BB3D9425.13E08D%blu (AT) formdude (DOT) 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)




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.