Hi guys
Here's my current code:
The above code is inside a div with 430px width. What I want is, after the inner div, I have to display an image (with link). ie., the span in the above code !html Code:
<div style="margin:5px; padding:7px; border: 1px solid #3c91e8; font-size:11px;"> <div style="width:250px;">You can blah blah here... <br /> And more blah blah goes here <br /><br /> If you want a blah blah, click here... <br /><br /> Thanks for reading this blah blah... <br /> </div> <span style="float:left;"><a href="#"><img src ="images/mypic.png" /></a></span> </div>
I want it side by side. ie, 3/4 of the width is filled with text(from the inner div) and then in the rest of the place the span (image) is displayed.
I have included a demo image(photoshopped image). The present position of the image is shown in red. But what I want is shown in blue.
Any ideas ?
![]()




Reply With Quote
