| Adrienne Boswell 2006-08-04, 4:21 am |
| Gazing into my crystal ball I observed "Manfred Ullrich"
<manfred.ullrich@web.de> writing in news:44d21909$0$24887$9b4e6d93
@newsread4.arcor-online.net:
> I want to surround a picture by a text as shown:
>
> PICHTURETEXTTEXTTEXT
> PICHTURETEXTTEXTTEXT
> PICHTURETEXTTEXTTEXT
> PICHTURETEXTTEXTTEXT
> TEXTTEXTTEXTTEXTTEXT
> TEXTTEXTTEXTTEXTTEXT
>
> thank you, Manfred
>
>
>
<head>
<style type="text/css">
img {float:left}
</style>
</head>
<body>
<p>Now is the time for all good men to come to the aid of their fellows.
The picture will be floated left through the magic of CSS. <img
src="pic.jpg" width="50" height="50" alt="">
</p>
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
|