Difference between revisions of "TextBoxWithTitle"
Line 5: | Line 5: | ||
"> | "> | ||
− | <div style=" | + | <div class="plainlinks" style=" |
background-color: {{{titleBackColor | #FF5721}}}; | background-color: {{{titleBackColor | #FF5721}}}; | ||
text-align: {{{titleAlign | center}}}; | text-align: {{{titleAlign | center}}}; | ||
Line 15: | Line 15: | ||
padding: 0.5em; | padding: 0.5em; | ||
border-bottom: 1px solid #cccccc; | border-bottom: 1px solid #cccccc; | ||
− | "> | + | ">{{{1}}}</div> |
<div class="plainlinks" style=" | <div class="plainlinks" style=" |
Revision as of 18:48, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE