Modify ↓
#129 closed enhancement (duplicate)
Customize CSS class of Wiki-stuff
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I'd really like to be able to control what classes are assigned to elements as they are outputted from the Wiki, so a certain PRE or TABLE block can be formatted differently then others.
Attachments (1)
Change History (6)
comment:1 by , 22 years ago
| Milestone: | → 1.0 |
|---|
by , 21 years ago
| Attachment: | Portal.css added |
|---|
comment:2 by , 19 years ago
comment:5 by , 19 years ago
| Milestone: | 1.0 |
|---|
Note:
See TracTickets
for help on using tickets.



This ticket is quite old, but the original intent of this ticket seems to have been accomplished. You can add custom CSS now — see TracInterfaceCustomization and you can also use the HTML WikiProcessors to output any HTML tags that are desired, including adding a class for custom CSS.
You still can't use normal WikiFormatting to add a custom CSS class, but this desired behavior seems to be the exception not the rule and using the WikiProcessors will probably be okay.