Difference between revisions of "Template:Message box"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(CSS styling)
(add kludge to center the table in IE and other browsers. Make some formatting simpler to read and remove excess.)
Line 1: Line 1:
{| align=center class="notice noprint" id="{{{id}}}" style="background: {{{backgroundcolor}}}; border: 1px solid #aaa; padding: .2em; margin-bottom: 3px; width: auto;"
+
<div style="text-align: center;">
 +
{| class="notice noprint" id="{{{id}}}" style="background: {{{backgroundcolor}}}; border: 1px solid #aaa; margin: 0 10%;"
 
|-
 
|-
| rowspan=2 style="padding-right: 4px; padding-left: 4px;" | [[Image:{{{image}}}|40px|]]
+
| [[Image:{{{image}}}|40px| ]]
| '''{{{heading}}}'''
+
| '''{{{heading}}}''' <br> <small>{{{message}}}</small>
|-
 
| <span style="font-size: 90%">{{{message}}}</span>
 
 
|}
 
|}
 +
</div>

Revision as of 15:36, 8 July 2005

[[Image:{{{image}}}|40px| ]] {{{heading}}}
{{{message}}}