This is the code for the newsletter. Repeat the section that is highlighted in blue for each article of the newsletter.

<html>
<head>
<title>Newsletter</title>
<link href="sl.css" rel="stylesheet" type="text/css">
</head>
<body>

<table width='600' border='1' cellpadding='5' cellspacing='5'>
<tr><td bgcolor='#CCCCFF'>
<h2>Newsletter</h2>
</td></tr></table>

<table width='600' border='0' cellpadding='5' cellspacing='5'>


<tr><td colspan='2' bgcolor='#CCCCFF'>
<h4>ARTICLE TITLE #1</h4>
</td></tr>
<tr valign='top'><td width='150'>
<img src='sky.jpg' width='150' alt='Sky'>
</td><td>
<p>ARTICLE TEXT … etc. etc. etc. etc.  </p>
</td></tr>


<tr><td colspan='2' bgcolor='#CCCCFF'>
<h4>ARTICLE TITLE #2</h4>
</td></tr>
<tr valign='top'><td width='150'>
<img src='elmleaf.jpg' width='150' alt='Elm Leaf'>
</td><td>
<p>ARTICLE TEXT … etc. etc. etc. etc.  </p>
</td></tr>

</table>
</body>
</html>

Next