cactus1000
Programmer
I have a transparent gif of the letter "F" in fancy script. This letter must start a paragraph and the following lines of text must position themselves just right in order for this effect to work. I designed it for IE 5.0 at 400x600 and it looks o.k. (I even have a Netscape version).
Here's the url:
The problem is that the text doesn't wrap correctly in other screen settings. How can I enforce the exact line width for the text? I thought of putting this in a <div>, but the line width for the second line is different from the other lines of text (thus the " 's".
Here's the code:
<style type="text/css"><!--
.a {position: absolute; left: 253px; top: 165px;}
body {font-family: Optimum, Arial; font-style: regular; color: #000067; background-color:
#ffffff; font-size: 12pt; line-height: 13pt; margin-top: 5pt; margin-left: 25pt; margin-right:
32pt; margin-bottom: 35pt} p {font-family: Optimum, Arial; font-style: regular; color: #000067;
background-color: #ffffff; font-size: 12pt; line-height: 13pt;}
-->
</style>
<BODY LINK="#0000ff" VLINK="#800080">
<span class="a"><img src="f.gif"></span>
<P><BR>
<img src="facultyword.jpg">
<P><br><br><br><br>
<img align=left hspace=15 vspace=5 src="anderson.jpg">
<p><b>
aculty at the UCLA School of Law</b> bring to the education of their students a variety of backgrounds blah blah blah...
Here's the url:
The problem is that the text doesn't wrap correctly in other screen settings. How can I enforce the exact line width for the text? I thought of putting this in a <div>, but the line width for the second line is different from the other lines of text (thus the " 's".
Here's the code:
<style type="text/css"><!--
.a {position: absolute; left: 253px; top: 165px;}
body {font-family: Optimum, Arial; font-style: regular; color: #000067; background-color:
#ffffff; font-size: 12pt; line-height: 13pt; margin-top: 5pt; margin-left: 25pt; margin-right:
32pt; margin-bottom: 35pt} p {font-family: Optimum, Arial; font-style: regular; color: #000067;
background-color: #ffffff; font-size: 12pt; line-height: 13pt;}
-->
</style>
<BODY LINK="#0000ff" VLINK="#800080">
<span class="a"><img src="f.gif"></span>
<P><BR>
<img src="facultyword.jpg">
<P><br><br><br><br>
<img align=left hspace=15 vspace=5 src="anderson.jpg">
<p><b>
aculty at the UCLA School of Law</b> bring to the education of their students a variety of backgrounds blah blah blah...