Hi folks,
I have a structure as follows:
<div class="image">
<img src="image" alt=""/>
<p>This is a caption</p>
</div>
In my print css, I display <div> as table. <p> as table-caption with property "caption-side: top". This works fine. But when I use the property "float: outside" for <p>, it loses its caption-side property.
[I want the caption to be floated in the margin and the image to occupy the galley area.]
Can anyone help me on this?
Thanks in advance.
Somnath
I have a structure as follows:
<div class="image">
<img src="image" alt=""/>
<p>This is a caption</p>
</div>
In my print css, I display <div> as table. <p> as table-caption with property "caption-side: top". This works fine. But when I use the property "float: outside" for <p>, it loses its caption-side property.
[I want the caption to be floated in the margin and the image to occupy the galley area.]
Can anyone help me on this?
Thanks in advance.
Somnath