I tried your snippet in Firefox, Opera, and 3 versions of IE and they all wrap the text a 800. I used the following based on your snippet above.
Code:
<html>
<head>
<title></title>
</head>
<body>
<div style="width:800px; padding:10px;">
<em>MY Title</em><br/>
<strong>"StudentName"</strong>
<br />
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent semper semper fermentum.
Cras semper, dolor ut posuere hendrerit, nunc tortor pretium ipsum, ac rutrum diam
<a href="studentinfo.asp?id=1234">(Read the article)</a><br/><br />
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent semper semper fermentum.
Cras semper, dolor ut posuere hendrerit, nunc tortor pretium ipsum, ac rutrum diam
<a href="studentinfo.asp?id=1234">(Read the article)</a><br/><br />
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent semper semper fermentum.
Cras semper, dolor ut posuere hendrerit, nunc tortor pretium ipsum, ac rutrum diam
<a href="studentinfo.asp?id=1234">(Read the article)</a><br/><br />
</div>
</body>
</html>
I also changed the width from 800 to several other values and in each case the text wrapped accordingly.
Bookmarks