Difference between revisions of "Template:Positioned Text"
Jump to navigation
Jump to search
Rand Linden (talk | contribs) |
Rand Linden (talk | contribs) |
||
Line 7: | Line 7: | ||
* color - color of text (default is white) | * color - color of text (default is white) | ||
Example: | |||
<div style="background-color: blue; width: 600px;"> | <div style="background-color: blue; width: 600px;"> | ||
{{Positioned Text|text= | {{Positioned Text|text=This is a test|x=500|y=500}} | ||
</div> | </div> | ||
</noinclude> | </noinclude> |
Revision as of 21:29, 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)
Example:
This is a test