Forum Moderators: not2easy
Be grateful if the experts could say how I get round that problem, please.
the html
<div id="thought"><strong>Thought for the week</strong><br>
"Working Together. A
<img src="../images/ibsen.gif" alt="The dramatist, Henrik Ibsen" width="58" height="66" align="right">
community is like a ship; everyone ought to be prepared to take the helm." -
<a href="http://www.ibsen.net/index.db2?id=83" title="One of the great sites dedicated to Ibsen">
<em>Henrik Ibsen</em></a> </div>
the css
#thought {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: left;
line-height: 125%;
color: #333333;
border-top-width: medium;
border-top-style: dashed;
border-top-color: #008500;
border-bottom-width: medium;
border-bottom-style: dashed;
border-bottom-color: #008500;
float: right;
width: 215px;
padding: 5px;
margin: 5px;
}