Difference between revisions of "TextBoxWithTitle"
Line 1: | Line 1: | ||
<div style=" | <div style=" | ||
+ | background-color: {{{bodycolor | inherit}}}; | ||
border: 1px solid #cccccc; | border: 1px solid #cccccc; | ||
width: {{{width|100%}}}; | width: {{{width|100%}}}; | ||
+ | font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; | ||
padding: 0; | padding: 0; | ||
− | + | "> | |
<div class="plainlinks" style=" | <div class="plainlinks" style=" |
Revision as of 16:27, 11 August 2012
{{{1}}}
{{{2}}}
Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}
produces
TITLE
TEXT GOES HERE