html text. can text be wrapped around a picture?

windows

Guest
I know I've seen it done. But I need an explanation on how to create an indent so that<br />
I can fit a picture in it. I get clsoe but one or the other browser doesn't display properly.<br />
Can text really be used in a "runaround" fashion in html?<br />
<br />
Thanks<br />
<br />
Dan<!--content-->this might help...<br />
<br />
<br />
<html><br />
<head><br />
<title>Untitled</title><br />
</head><br />
<br />
<body><br />
<img src=http://www.htmlforums.com/archive/index.php/"" height=125 width=125 align=middle><b>align=middle</b> <br />
Mas: Queue: Total: Pending: Oldest: <br />
<br><br><br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"" height=125 width=125 align=right><b>align=right</b> <br />
Mas: Queue: Total: Pending: Oldest: <br />
<br><br><br />
<br><br><img src=http://www.htmlforums.com/archive/index.php/"" height=125 width=125 align=top><b>align=top</b>Mas: Queue: Total: Pending: Oldest: <br />
<br />
<br />
<br />
</body><br />
</html><!--content-->you can use tables to help, also this might help...<br />
<br />
<br />
<html><br />
<head><br />
<title>Untitled</title><br />
</head><br />
<br />
<body><br />
<img src=http://www.htmlforums.com/archive/index.php/"" height=125 width=125 align=middle><b>align=middle</b> <br />
Mas: Queue: Total: Pending: Oldest: <br />
<br><br><br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"" height=125 width=125 align=right><b>align=right</b> <br />
Mas: Queue: Total: Pending: Oldest: <br />
<br><br><br />
<br><br><img src=http://www.htmlforums.com/archive/index.php/"" height=125 width=125 align=top><b>align=top</b>Mas: Queue: Total: Pending: Oldest: <br />
<br />
<br />
<br />
</body><br />
</html><!--content-->
 
Back
Top