Can someone please tell me why my paragraph under the "Spotlight's Partners" heading is not extendidng to the full length of the table i.e. 591px..? Here is my code for the link below:
http://www.spotlight.com.au/community_support
#partner_container { border: 1px solid #CCCCCC; width: 760px; }
#partner_container h2 { color: #0054A6; font-size: 16px; padding-top: 10px; width: 550px; }
#partner_container img { padding-right: 10px; padding-bottom: 10px; }
#partner_container p, p { text-align: justify; font-size: 12px; width : 591px; }
<div id="partner_container">
<h2>Spotlight's Partners</h2>
<img src="./?f=68153" align="left">
<p>Spotlight is proud of its association of the Wakikirri National Story Festival. We have been a "Competition Partner" since 2005 and have provided the organisers with prizes for the winning schools of Story Dance in each state.</p>
<br style="clear:both" />
<img src="./?f=68157" align="left">
<p>Since November 2006 we have been working to help impoverished villages in third world countries with the Stitch In Time program. To find out more about the program, click here.</p>
</div>
|