
go to this site: http://freetexthost.com/2o1c5sluxv
1. copy the codes and paste it after <style type=”text/css”>
2. change the following in yellow marks

background-color:#f6ebd6; = background color of the speech bubble
width:500px; = width of the speech bubble
-moz-border-radius:10px; ===how circle it is
-webkit-border-radius:10px; =same as above
border-color: #fae5dc == change this color (make sure the color is the same as the color as the background)
3. find your ask blocks
it will look like this:
{block:Answer} {Asker} asked <b>{Question}</b>
<br>
{Answer}
{/block:Answer}4. replace them with this:
{block:Answer}
<div class=”post”><br>
<div class=”bubble”>{Question}</div><br>
<div class=”askerportrait”><img src=”{AskerPortraitURL-40}” width=”40px” height=”40px”/></div>
<br><br>{Answer}
</div>
{/block:Answer}
note: if it wont work, please rewrite the qoutation marks:)
-pL