[CSS Problem] Float makes images disappear – Help Needed
-
Hi,
I’m currently using WordPress 2.0.5 with K2 Beta Two 0.9.1. I have used the following codes in my blog to position images but somehow they make the images disappear into the thin air.
<div style="float: right;"><img src="sampleimage.jpg" title="Sample Image" /></div>
I’ve also tried to assign them in the CSS like this:
div.right {
float:right;
}
Post:
<div class="right"><img src="sampleimage.jpg" title="Sample Image" /></div>Neither way worked out, the image just disappeared to no where. I’ve tested with other K2 schemes including the option ‘No Scheme’. However the images appear correctly if I use other themes like the Default Theme and Cutline.
Can any one please help me about this? I’ve tried to solve this for a whole day yet I can’t find a solution to this issue.
Thank you very much,
Shihao
- The topic ‘[CSS Problem] Float makes images disappear – Help Needed’ is closed to new replies.