#3254: WikiHtml: The HTML processor does not process 'bgcolor'
---------------------+------------------------------------------------------
 Reporter:  sam_b    |        Owner:  cmlenz  
     Type:  defect   |       Status:  assigned
 Priority:  low      |    Milestone:  0.10    
Component:  general  |      Version:  0.9.5   
 Severity:  minor    |   Resolution:          
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by cmlenz):

  * milestone:  => 0.10
  * owner:  jonas => cmlenz
  * priority:  normal => low
  * severity:  normal => minor
  * status:  new => assigned

Comment:

 Yeah, I guess we should allow the `bgcolor` attribute, even though it's
 sooo oldschool ;-)

 In the meantime, you can use inline styles instead:
 {{{
 #!html
 <table cellspacing=0 border=1 style="background: #ccc">
   <tr style="background: #666">
     <td width="100"><div align=center><font size="3" color=black>Test</td>
   </tr>
 </table>
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3254>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to