Template

Difference between revisions of "TextBoxWithTitle"

Line 1: Line 1:
 
<div style="border: 1px solid #cccccc; width: {{{width|100%}}};  padding: 0; background-color: {{{bodycolor|inherit}}};">
 
<div style="border: 1px solid #cccccc; width: {{{width|100%}}};  padding: 0; background-color: {{{bodycolor|inherit}}};">
  
<div style="font-size: {{{titleFontSize | 15pt}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div>
+
<div style="font-size: {{{titleFontSize | 15pt}}}; line-height: {{{titleLineHeight | 1.0em}}}; text-align:center; border-bottom: 1px solid #cccccc; padding: 0.5em; background-color: {{{titlecolor|#FF5721}}};">'''{{{title|{{{1}}}}}}'''</div>
  
 
<div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;"><span class="plainlinks"> {{{body|{{{2}}}}}} </span></div></div>
 
<div style="font-size: {{{textFontSize | 12pt}}}; padding: 0.5em;text-align:left;"><span class="plainlinks"> {{{body|{{{2}}}}}} </span></div></div>

Revision as of 12:57, 11 August 2012

{{{1}}}
{{{2}}}


Typical usage: {{TextBoxWithTitle | TITLE | TEXT GOES HERE}}

produces

TITLE
TEXT GOES HERE