Read the statement by Michael Teeuw here.
Calendar Heading Changes
-
If you want it all in a row above the calender then use
< span >,< div >usually stacks on top of each other.< span style="color: blue">Dude, < /span> < span style="color: pink">Dudette, < /span> < span style="color: green">Tiny dude, < /span> < span style="color: yellow">Tiny dudette, < /span> < span style="color: purple">Tiniest thingymajigg< /span>That should give you “Dude, Dudette, Tiny dude, Tiny dudette, Tiniest thingymajigg”
-
@broberg Yes, that makes sense but would that be added as part of the helloworld module which @strawberry-3-141 mentioned to use above?
-
@ooom416354 Yes, if you put that inside the
text: ' ... 'it should work nicely,
But since the module doesn’t have any width constraints it could stretch the top_left area, but that depends on number of characters and font-size ofc. -
-
@ooom416354 you can also add
<br />to force a line break where you want -
Guys,
Thanks for the help, using your suggestions I was able to actually accomplish what I was looking for in the header of the calendar module itself.
