Difference between revisions of "Template:Article-two-columns"

From WebOS Internals
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
<table cellspacing="0" cellpadding="0" style="width:100%;">
 
<table cellspacing="0" cellpadding="0" style="width:100%;">
 
<tr>
 
<tr>
<td style="vertical-align:top;width:{{percent1}};background-color:#FFFFE0;padding:10px;border:1px solid silver;">
+
<td style="vertical-align:top;width:{{width1}};background-color:#FFFFE0;padding:10px;border:1px solid silver;">
 
{{{column1}}}
 
{{{column1}}}
 
</td>
 
</td>

Revision as of 00:08, 20 July 2009

{{{column1}}}

{{{column2}}}

Usage

 {{article-two-columns
 |width1=46%
 |column1=
 some content
 
 |column2=
 some other content
 }}