Difference between revisions of "Template:Positioned Text"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<div style="color:white; position: absolute; top: {{{y|0}}}px; left: {{{x|0}}}px; width: 270px; font-size: {{{size|10}}}pt;">{{{text}}} </div>")
 
Line 1: Line 1:
<div style="color:white; position: absolute; top: {{{y|0}}}px; left: {{{x|0}}}px; width: 270px; font-size: {{{size|10}}}pt;">{{{text}}}
<div style="color:white; position: absolute; top: {{{y|0}}}px; left: {{{x|0}}}px; width: 270px; font-size: {{{size|10}}}pt;">{{{text}}}
</div>
</div><noinclude>
Parameters:
* x - number of pixels from the left side
* y - number of pixels from the top
* size - point size of text (default is 10pt)
</noinclude>

Revision as of 17:23, 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)