How do I line up my text directly across from my picture in MS FP2

S

Shelvis

I have my picture source tag inserted before the paragrah. It is not aligned
to either side. I have my paragraph inserted directly under the picture, but
I can't get it to line up next to the picture. This is what I have:

<img src="http://i20.photobucket.com/albums/b236/priocorp/ShazamFlash.jpg"
alt="Image hosted by Photobucket.com">
</table>
</font><i>
<p ALIGN="Left">
<p ALIGN="Left"> <font
face="Arial-ItalicMT">

</font><b><font
FACE="Arial-BoldMT" SIZE="4" COLOR="#ff250a">Shazam! Flash:
</font></b><font FACE="ArialMT">
<p ALIGN="RIGHT">• Platform independent; can run on any computer
</font></i> </p>
<p ALIGN="RIGHT"><font FACE="ArialMT">
<i>with a web browser
</i></font> </p>
<p ALIGN="RIGHT"><font FACE="ArialMT"><i>• Accessible through PRIO’s
website </i></font> </p>
<p ALIGN="RIGHT"><font FACE="ArialMT"><i>• Expands the age range for easy
fitting of NVF</i></font> </p>
<p ALIGN="RIGHT"><i><font FACE="ArialMT">lenses to include prepresbyopic
patients
</p>

I could get rid of all the spaces, but it currently makes it line up the way
I'd like. Clearly I'm no professional at this.

Thanks.
 
T

Trevor L.

As others have said , you need to float left

<img src="http://i20.photobucket.com/albums/b236/priocorp/ShazamFlash.jpg"
alt="Image hosted by Photobucket.com" style="float: left">
text here


I sometimes have problems with the text aligned to the last line of the
images and I think you change this with a style for the table element:
td {vertical-align: top;}
or within the <td> tag:
<td style="vertical-align: top">
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top