Posted: Wed Sep 26, 2007 6:40 pm Image within paragraph
Hey, im pretty new to html and can't work out whats goin on here..
Theres text which is left aligned and i need an image to be right aligned at the top of the table so that the text goes around it (just a square image) but with a clear border (which i have put in the css, see below). At the moment i have coded:
<table cellspacing="10" width="760" align="center">
<tr bordercolor="#FFFFFF">
<td colspan="2"><p class="dac_heading"><strong>MISSION STATEMENT</strong></p><br>
<p class="dac_body"><img class="images" align="right" src="images/mission.jpg"/>Investors in a project will benefit from...The combined experience of directors and staff will ensure that investors receive the best possible return.</p>
<br>
<p class="dac_heading"><strong>BACKGROUND</strong></p><br>
<p class="dac_body"><established in 1999 to allow clients to place funds into reliable, high return property investments.</p>
bla bla and the table ends. In IE the second paragraph doesn't start until the image has finished which i can understand as it is placed within the first paragraph. But in Mozilla the second paragraph keeps flowing around the image ie. what i want. Also, neither of them show the padding i want around the image which i have included in the css:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum