[xwiki-users] Style for span in XWiki 2.x syntax
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
On 11/27/2013 10:54 AM, Valdis Vītoliņš wrote:
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?
Normal (%style="color: red;"%)red(%%) normal -- Sergiu Dumitriu http://purl.org/net/sergiu
participants (2)
-
Sergiu Dumitriu -
Valdis Vītoliņš