You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
krecipes/layouts/Two_Column.template

35 lines
968 B

<table width="100%">
<tr><td class="title" colspan="3" width="100%">**TITLE**</td></tr>
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td width="20%">
<img src="**PHOTO**" class="photo" />
</td>
<td width="3%">&nbsp;</td>
<td>
<p class="overall_ratings">**OVERALL_RATING**</p>
<p class="categories">**CATEGORIES**</p>
<p class="authors">**AUTHORS**</p>
<p class="yield">**YIELD**</p>
<p class="prep_time">**PREP_TIME**</p>
</td>
</tr>
<tr><td colspan="3">&nbsp;</td></tr>
<tr>
<td valign="top">
<div class="ingredients">**INGREDIENTS**</div>
<div class="properties">**PROPERTIES**</div>
</td>
<td width="3%">&nbsp;</td>
<td valign="top">
<div class="instructions">**INSTRUCTIONS**</div>
<br />
<div class="ratings">**RATINGS**</div>
</td>
</tr>
</table>
<hr size="3" />