27 Nov
2013
27 Nov
'13
4:54 p.m.
Is it possible in XWiki 2.x syntax to set span style? E.g.: Normal (%style="color: red;"%) red normal makes following normal also red. Only solution I could get working was embedded html code, e.g.: normal {{html clean="false"}}<span style="color: red;">{{/html}}red{{html clean="false"}}</span>{{/html}} normal Are there any better approaches? Thanks! Valdis