|
I have a page on my web site that I am having trouble with. It was done in tables (which I don't like), but the words and the picture need a little bit of space between them. I have tried a few things, and nothing seems to work without breaking the table. Can someone help and tell me what do add? Please?
Thanks!
<link href="rrmc_styles.css" rel="stylesheet" type="text/css">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="15">
<tr>
<td class="yellowBIG">RRMC Excursions:</td>
</tr>
<tr>
<td align="left"><span class="whitext"><strong>Overnight Bivouack</strong></span>
<br>
<p class="greytext" align="left"><div class="img-shadow"><img src="images/sunset.jpg" width="300" height="225" border="0" align="right"><p class="greytext">The sunset pictured at right is an actual picture of the sunset that we watched during our last bivouack excursion. Going on a bivouack is a lot of fun, and helps bridge the gap between youth and nature. There's something about sleeping out underneath the open starry sky that you just can't replicate anywhere else.</p> </div></p>
<p class="greytext">It's quite an experience to fall asleep to the coyotes yipping, the crickets chirping and the great horned owls hooting. Some recruits find it challenging to fall asleep, but at RRMC, most of us consider these sounds to be a peaceful lullaby.<br>
</p>
<p class="greytext">Captain Vickie is always happy to join us on this excursion, and help keep watch over our recruits while they rest.<br>
</p>
<p class="greytext"><a href="index.php?pid=excursions" class="Yellowtext"><< Click Here to Return to Camp Excursions</a><br>
</p><br>
<br>
</p> </td></tr>
</table>
|