Modify

Opened 16 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)

Change History (1)

comment:1 Changed 4 years ago by Ryan J Ollos

Owner: permon deleted

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.