<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=736510023-24012006>this is still broken in moin 1.5.1</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
class=736510023-24012006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006><FONT face=Arial 
color=#0000ff size=2>this bug has ruined all our project templates and 
pages.  we were really this would have been fixed in 1.5.1 but it 
wasn't which is very disappointing. :(   we are crossing our fingers 
that will be fixed in the next minor rev.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006><FONT face=Arial 
color=#0000ff size=2>thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006><FONT face=Arial 
color=#0000ff size=2>bryan</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=736510023-24012006> </SPAN></DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B> 
moin-user-admin@lists.sourceforge.net 
[mailto:moin-user-admin@lists.sourceforge.net] <B>On Behalf Of </B>Bryan 
Weingarten<BR><B>Sent:</B> Wednesday, January 18, 2006 1:48 PM<BR><B>To:</B> 
moin-user@lists.sourceforge.net<BR><B>Subject:</B> [Moin-user] tableclass / 
tablestyle<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>i have this problem 
that maybe someone can help me with.</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>i added a table 
class in common.css:</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>table.noborder td 
{<BR> border:none;<BR>}</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>with this new 
noborder class i can create 3 different tables in my wiki 
page:</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2>||<tableclass="noborder">noborder||Two||<BR>||Three||Four||</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2>||<tablestyle="background-color: 
aqua">aqua||Two||<BR>||Three||Four||</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2>||<tableclass="noborder" tablestyle="background-color: 
aqua">noborder and aqua||Two||<BR>||Three||Four||</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>all three tables 
work correctly with moin 1.3 and 1.5.0_beta_4.  the last table fails with 
moin 1.5.0 GA.    i just tested the desktop edition 1.3 
and 1.5.0-1 and the last table also fails only with version 
1.5.0-1.</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>the problem i'm 
seeing is with the generated HTML</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>table1 correctly 
generates a table element with the correct class 
attribute:</FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2><table 
class="noborder"></FONT></SPAN></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial 
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>table 2 also 
correctly generates a table element with the correct style 
attribute:</FONT></DIV>
<DIV><FONT face=Arial size=2><table style="background-color: 
aqua"><BR></FONT></DIV>
<DIV><SPAN class=543373321-18012006><FONT face=Arial size=2>table 3 incorrectly 
generates a table element.  it assignes the class atribute to the value of 
the style attribute and doesn't even write the style 
element.</FONT></SPAN></DIV>
<DIV><FONT face=Arial size=2><table class="background-color: 
aqua"></FONT></SPAN><SPAN class=543373321-18012006></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=543373321-18012006></SPAN><FONT face=Arial size=2>s<SPAN 
class=543373321-18012006>ince this worked correctly in other versions of 
moinmoin this might be a bug in the latest GA version unless there is some new 
way to do this now.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=543373321-18012006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=543373321-18012006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=543373321-18012006>thanks for any help 
you can give me to solve this.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=543373321-18012006></SPAN></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=543373321-18012006>bryan</SPAN></DIV>
<DIV><BR></DIV></FONT></SPAN></BODY></HTML>