Modify ↓
Opened 17 years ago
Last modified 4 years ago
#2595 new defect
Tables not rending styles properly
Reported by: | Jason Trahan | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | MediaWikiPluginMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
When using the following syntax, the background foreground color works, however the font weight and borders do not work
{| style="border: solid 1px black;" cellspacing="0" cellpadding="0" |- style="background-color: #003385; color: white; font-weight: bold; border: solid 1px red"
Now I can get the font to work if I do it at the column level but it will not do it for the whole row. Example
{| style="border: solid 1px black;" cellspacing="0" cellpadding="0" |- style="background-color: #003385; color: white; font-weight: bold;" | style="font-weight: bold" | ColumnA is Bold || Column B Is Not
Attachments (0)
Note: See
TracTickets for help on using
tickets.