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">
--
Cheers,
Trevor L., WIP (Web Interested Person)
Website:
http://tandcl.homemail.com.au
Shelvis wrote:
> 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.