Difference between revisions of "TextBoxWithTitle"
Line 6: | Line 6: | ||
<div class="plainlinks" style=" | <div class="plainlinks" style=" | ||
− | background-color: {{{ | + | background-color: {{{titleBackColor | #FF5721}}}; |
text-align: center; | text-align: center; | ||
font-size: {{{titleFontSize | 2.0em}}}; | font-size: {{{titleFontSize | 2.0em}}}; | ||
Line 18: | Line 18: | ||
<div class="plainlinks" style=" | <div class="plainlinks" style=" | ||
+ | background-color: {{{textBackColor | white}}}; | ||
text-align: left; | text-align: left; | ||
font-size: {{{textFontSize | 1.4em}}}; | font-size: {{{textFontSize | 1.4em}}}; |
Revision as of 16:16, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE