kippie
08-19-2002, 03:07 AM
In the HTML below I would like to have the text wrap around the image on the left side of the image and then go further beneath the image. Is this possible?
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Welcome to Adobe GoLive 4</title>
<style type="text/css"><!--
#layer { position: absolute; top: 0px; left: 0px; width: 400px; height: 100px; visibility: visible }-->
</style>
</head>
<body>
<div id="layer"><img height="100" width="100" src="lichtophoofd.jpg">This is text that should wrap around the image. The text should start at the same vertical position as the image starts, but on the left side of it. Then the text shoud wrap under the image and continu there. But how to do this? This is text that should wrap around the image. The text should start at the same vertical position as the image starts, but on the left side of it. Then the text shoud wrap under the image and continu there. But how to do this? This is text that should wrap around the image. The text should start at the same vertical position as the image starts, but on the left side of it. Then the text shoud wrap under the image and continu there. But how to do this?
</div>
</body>
</html>
Kippie
This is the HTML:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Welcome to Adobe GoLive 4</title>
<style type="text/css"><!--
#layer { position: absolute; top: 0px; left: 0px; width: 400px; height: 100px; visibility: visible }-->
</style>
</head>
<body>
<div id="layer"><img height="100" width="100" src="lichtophoofd.jpg">This is text that should wrap around the image. The text should start at the same vertical position as the image starts, but on the left side of it. Then the text shoud wrap under the image and continu there. But how to do this? This is text that should wrap around the image. The text should start at the same vertical position as the image starts, but on the left side of it. Then the text shoud wrap under the image and continu there. But how to do this? This is text that should wrap around the image. The text should start at the same vertical position as the image starts, but on the left side of it. Then the text shoud wrap under the image and continu there. But how to do this?
</div>
</body>
</html>
Kippie