Difference between revisions of "Template:Positioned Text"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="color: {{{color|black}}}; background-color: #eee; position: absolute; top: {{{y|0}}}px; left: {{{x|0}}}px; width: 270px; font-size: {{{size|10}}}pt; padding: 5px; width: {{{width|200px}}};">{{{text}}}
<div style="color: {{{color|black}}}; background-color: #eee; position: absolute; top: {{{y|0}}}px; left: {{{x|0}}}px; width: 270px; font-size: {{{size|10}}}pt; padding: 5px; width: {{{width|100px}}};">{{{text}}}
</div><noinclude>
</div><noinclude>
Parameters:
Parameters:

Revision as of 22:09, 11 July 2011

{{{text}}}

Parameters:

  • x - number of pixels from the left side
  • y - number of pixels from the top
  • size - point size of text (default is 10pt)
  • color - color of text (default is white)