Difference between revisions of "TextBoxWithTitle"
Line 2: | Line 2: | ||
border: 1px solid #cccccc; | border: 1px solid #cccccc; | ||
width: {{{width|100%}}}; | width: {{{width|100%}}}; | ||
+ | font-weight: 300; | ||
padding: 0; | padding: 0; | ||
"> | "> |
Revision as of 16:30, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE