Forum Moderators: not2easy
My HTML:
<p class="quote">
<img class="rightalign" src="images/flower2.jpg" width="305" height="394" alt="Photo of a yellow hibiscus flower." />
With each new sunrise, comes innumerable opportunities for growth and change. Oh
the Possibilities! </p>
The CSS:
p.quote
{font-size: 18pt;
font: bold italic 2em/1em Verdana,Arial,Helvetica,san-serif;
margin: 0;
padding: 0;
border-top: solid #e7ce00 medium;
border-bottom: solid #e7ce00 thin;
width: 600px;
color: #e7ce00
IMG.rightalign {
float:right; margin: 0 0 15px 15px; border: 2px solid #000000;}
Any help greatly appreciated.