Difference between revisions of "Template:Two columns"

From Culture.si
(Created page with '<table class="twocolumns"> <tr> <td class="first">{{{1}}}</td> <td class="second">{{{2}}}</td> </tr> </table>')
 
Line 1: Line 1:
 
<table class="twocolumns">
 
<table class="twocolumns">
 
<tr>
 
<tr>
<td class="first">{{{1}}}</td>
+
<td class="first" valign="top">{{{1}}}</td>
<td class="second">{{{2}}}</td>
+
<td class="second" valign="top">{{{2}}}</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

Revision as of 03:13, 22 February 2010

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