F
Fokke Nauta
Hi all,
I have a table with cells. In one of the cells there is text. I also put an
image there:
<img class="photo" align="right" src="image.gif" width="150" height="159"
border="0">
In the embedded CSS style I have displaced the image so it will partly be in
another cell:
..photo {
position: relative;
top: -110px;
}
This works well. The problem is, that the text wraps around the area where
the image is.
How can I get the text running through this area?
You can see an example in www.pc3.nl/test/example.htm
Although the images are not there, you can see the area's where the images
are. It's about the image in the upper right corner. I want the text in the
top of the grey cell running
through the image area.
Many thanks in advance.
With best regards,
Fokke Nauta
I have a table with cells. In one of the cells there is text. I also put an
image there:
<img class="photo" align="right" src="image.gif" width="150" height="159"
border="0">
In the embedded CSS style I have displaced the image so it will partly be in
another cell:
..photo {
position: relative;
top: -110px;
}
This works well. The problem is, that the text wraps around the area where
the image is.
How can I get the text running through this area?
You can see an example in www.pc3.nl/test/example.htm
Although the images are not there, you can see the area's where the images
are. It's about the image in the upper right corner. I want the text in the
top of the grey cell running
through the image area.
Many thanks in advance.
With best regards,
Fokke Nauta