RE:[wdvltalk] Weird table colspan issue

2005-03-25 Thread Krawec, Mark
Stephen It's weirder than you might have thought. Just had a look at that page in FF 1.0.2 - displays as you described. In IE 6.0 - there's blank space beside the house image in both tables. In Opera 7.23 - there's a blank space beside the house image in both tables, plus a break in the line

RE: [wdvltalk] Weird table colspan issue

2005-03-25 Thread Trusz, Andrew
-Original Message- From: Krawec, Mark [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 9:17 AM To: wdvltalk@lists.wdvl.com Subject: RE:[wdvltalk] Weird table colspan issue Stephen It's weirder than you might have thought. Just had a look at that page in FF 1.0.2 - displays as

Re: [wdvltalk] Weird table colspan issue

2005-03-25 Thread Stephen Caudill
Krawec, Mark wrote: Stephen It's weirder than you might have thought. Just had a look at that page in FF 1.0.2 - displays as you described. In IE 6.0 - there's blank space beside the house image in both tables. In Opera 7.23 - there's a blank space beside the house image in both tables, plus a

Re:[wdvltalk] wdvltalk digest: March 24, 2005

2005-03-25 Thread Pace Computing Limited
Hi everyone, I have a client who wants to edit my HTML templates on his MAC. He has tried a couple of freebie downloads and a program called Freeway Express that he paid about $100 for. We tried for over an hour on three different programs to import my temlpate into the program and none of

RE: [wdvltalk] wdvltalk digest: March 24, 2005

2005-03-25 Thread Trusz, Andrew
-Original Message- From: Pace Computing Limited [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 12:59 PM To: wdvltalk@lists.wdvl.com Subject: Re:[wdvltalk] wdvltalk digest: March 24, 2005 Hi everyone, I have a client who wants to edit my HTML templates on his MAC. He has

Re: [wdvltalk] wdvltalk digest: March 24, 2005

2005-03-25 Thread Stephen Caudill
Pace Computing Limited wrote: Hi everyone, I have a client who wants to edit my HTML templates on his MAC. He has tried a couple of freebie downloads and a program called Freeway Express that he paid about $100 for. We tried for over an hour on three different programs to import my temlpate

Re: [wdvltalk] Weird table colspan issue

2005-03-25 Thread Stephen Caudill
Trusz, Andrew wrote: Yikie tykies, Stephen! I think the problem is with the display of the table. You are using the default -- automatic layout. This leads to weird math. Cell widths are based on Minimum Content Width (MCW) unless there is a supervening specific cell width as is the case for row

[wdvltalk] doc elements IE/NS, I can't remember

2005-03-25 Thread Bj
I am trying to do something sneaky to avoid address harvesting, and rewriting the href of a mailto: link on a mouseover or onFocus event (so it only contains the real email address if a human is about to click on it). Can someone remind me (imminent brain failure): NS is happy with referencing an

Re:[wdvltalk] wdvltalk digest: March 24, 2005

2005-03-25 Thread NeilRest
I'm a little out of date on the mac, but last I knew, the hot text editor was bbedit. IIRC, it has HTML hooks. As others have already pointed out, though, there should be no problem opening an HTML file if it's proper plain ASCII. On Fri, March 25, 2005 11:58 am, Pace Computing Limited said:

Re:[wdvltalk] Weird table colspan issue

2005-03-25 Thread Trusz, Andrew
Stephen, Stephen, Stephen Why tables? Database generated content? Be interesting to see how you handle accessibility in the table since it is really presentational not data driven. There aren't really any table hearders. Why not use css for the presentation? If you are taking it from a db, I

Re: Re:[wdvltalk] Weird table colspan issue

2005-03-25 Thread rudy
Why not use css for the presentation? that's a good idea, but **NOT** at the expense of the most horrible markup i've seen in a long, long time this -- body div class=holdme div class=listingatlanta/div div class=listing2price/div div class=next/div div class=main div class=picieimg