Something like this...
[img here ] [ Paragraph here ]
instead of what I have now.
[img here ]
[ Paragraph here ]
<p> <div class="polaroid">
<img src="Me1.jpeg" title="Me" alt="Me" align="left" />
<p class="polo">That's Me!!!</p>
</div></p>
</div>
<div class="blocker03">
<p class="description">
blah blah blah blahblah blahblah blahblah blahblah blahblah blahblah blahblah blah
blah blahblah blahblah blahblah blahblah blahblah blahblah blahblah blahblah blah
blah blahblah blahblah blahblah blahblah blah</p>
</div>
.blocker03 {
width:470px;
padding-left:60px;
margin:0 0 10px 25px;
font-size:12px;
display:inline-block;
}
.polaroid {
postion: relative;
float: right;
border: 3px solid #C6930A;
border-style:dotted;
background: #66594C;
width: 140px;
padding: 5px;
margin: 5px;
text-align: center;
-moz-box-shadow: 1px 1px 3px #222;
-moz-transform: rotate(-5deg);
-webkit-box-shadow: 1px 1px 3px #222;
-webkit-transform: rotate(-5deg);
box-shadow: 1px 1px 3px #222;
-o-transform: rotate(-5deg);
transform: rotate(-5deg);
}
so thats some sloppy code you have there, but check out this jsfiddle for an example using float
:
http://jsfiddle.net/tH2qc/
And here's something loosly based on your code:
http://jsfiddle.net/zZkpw/
Isn't this all a bit overkill when this will work fine:
<p><img src="*[your image]" align="right" valign="middle" vspace="5" hspace="5"/>[your text]</p>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With