[pmwiki-users] Simple example of problem with table directives and IE7.

Tegan Dowling tmdowling at gmail.com
Fri Jan 11 13:50:25 CST 2008


On Jan 11, 2008 1:32 PM, Robert Gann <gannr at hartwick.edu> wrote:
>
>  Here is the code.  If you have used table directives, you know that this
> should produce a table whose first row holds four cells with the letters A,
> B, C< and D.  The second row should have the letter E, a blank cell, another
> blank cell, and the letter F.  In IE7, the two blank cells are merged as if
> I had used a colspan attribute.  In other browsers, all seems to be well.
> Does anyone have any suggestions?
>
>  (:table border=1 cellpadding=5 cellspacing=0:)
>  (:cellnr:) '''A'''
>  (:cell:) '''B'''
>  (:cell:) '''C'''
>  (:cell:) '''D'''
>  (:cellnr:) E
>  (:cell:)
>  (:cell:)
>  (:cell:) F
>  (:tableend:)
>
>  Not using IE7 is not an option.  At my school, every student has a notebook
> computer and about half have IE7.  I use PmWiki for all my classes, so I
> need to find a solution.
>

For convenience of reviewing and testing, I've set a demo of this up
on http://www.pmwiki.org/wiki/Test/TableDirectives.

Tegan



More information about the pmwiki-users mailing list