<div dir="ltr"><div>From a novice standpoint, tables were the most difficult thing to work with when I was learning HTML.<br><br>I still dislike them, even for tabular data. Where, I grudgingly admit, they do make sense.<br>

<br></div>For non-tabular data, however, tables add a lot of crud to a file, obscuring intention.<br></div><div class="gmail_extra"><br clear="all"><div>-Michael Paulukonis<br><a href="http://www.xradiograph.com" target="_blank">http://www.xradiograph.com</a><br>

<a href="http://goog_2112721603" target="_blank"></a><a href="http://www.xradiograph.com%5Cinterference" target="_blank">Interference Patterns (a blog)</a><br><a href="https://twitter.com/XraysMonaLisa" target="_blank">@XraysMonaLisa</a><br>

<a href="http://michaelpaulukonis.com" target="_blank">http://michaelpaulukonis.com</a><br><a href="http://www.BestAndroidResources.com" target="_blank"></a><br><br>Sent from somewhere in the Cloud<br>(hearthrug, by the fender)<br>

</div>
<br><br><div class="gmail_quote">On Tue, Jun 3, 2014 at 7:10 PM, Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">H. Fox writes:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've discovered a one-skin option to consider.<br>
<br>
Conditional Comments are only used by IE. We could use those to insert<br>
the HTML table elements only for old versions of Internet Explorer.<br>
<br>
For example, this<br>
<br>
    <div id='wikileft'><br>
      <!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar--><br>
    </div><br>
<br>
becomes something like this<br>
<br>
    <div id='wikileft'><br>
    <!--[if lt IE 8 ]><td valign='top'><![endif]--><br>
      <!--wiki:{$Group}.SideBar {$SiteGroup}.SideBar--><br>
    <!--[if lt IE 8 ]></td><![endif]--><br>
    </div><br>
</blockquote>
<br></div>
MSIE<8 will see this exact markup as invalid, ie. div tags in the space between the <table>, <tr> and <td> tags. It will probably display fine though, or it can definitely be made valid with some tweaking.<br>


<br>
But will this still be in line of the goals of the original skin? IIRC simple and easy to study and modify by a novice administrator?<br>
<br>
Recalling from previous discussions with Pm and the community, probably the least bad solution would be to add the (previous simpler) tableless skin with a different name. Keep the current default skin named "pmwiki". Add in the sample-config.php the two skins so people can select the one which they want. Not force a change to existing websites which upgrade.<span class="HOEnZb"><font color="#888888"><br>


<br>
Petko</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
______________________________<u></u>_________________<br>
pmwiki-devel mailing list<br>
<a href="mailto:pmwiki-devel@pmichaud.com" target="_blank">pmwiki-devel@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-devel" target="_blank">http://www.pmichaud.com/<u></u>mailman/listinfo/pmwiki-devel</a><br>
</div></div></blockquote></div><br></div>