Hi there,
I’d like to suggest adding a feature to control the alignment of note text in NetLogo—specifically, options to align text left, center, or right. This would make it easier to design cleaner, more organized interfaces.
Thanks for considering it!
You can achieve this in a roundabout way in the current NetLogo 7 beta by doing the following:
my favorite text
<div style="text-align: center;">my favorite text</div>
My results from doing this (top item has no HTML, second uses text-align: right, and third uses text-align: center):
text-align: right
text-align: center