Post by larka on Dec 4, 2008 13:31:00 GMT -5
Hello,
Here’s your code! This code requires a little more work on your part. To have the text start by the image and then finish under it, I had to divide it into two spots. Which means you’ll need to divide your posts into two parts. I hope that isn’t too much trouble. If you figure out how many lines it takes to fill up that area, it should be pretty easy to keep track of. So when you start your posts, you start in the top part, then finish it in the bottom part once the area is full.
As usual I’ve also included a short HTML guide and I recommend you copy and save the code into a Word document so you’ll always have it.
Enjoy!
Larka
Here’s your code! This code requires a little more work on your part. To have the text start by the image and then finish under it, I had to divide it into two spots. Which means you’ll need to divide your posts into two parts. I hope that isn’t too much trouble. If you figure out how many lines it takes to fill up that area, it should be pretty easy to keep track of. So when you start your posts, you start in the top part, then finish it in the bottom part once the area is full.
As usual I’ve also included a short HTML guide and I recommend you copy and save the code into a Word document so you’ll always have it.
Enjoy!
Larka
<center><table border="0" cellspacing="0" width="515"><tr><td bgcolor="#FFFFFF" width="250" height="314"><img src="http://img.photobucket.com/albums/v302/silver_wolf06/annah.jpg" width="250" height="314"></td><td bgcolor="#FFFFFF" width="260" height="314" valign="top, left"><font face="times new roman" font size="2" color="#a54122"><div align="justify">
TOP TEXT GOES HERE
</font></div></td></tr><tr><td bgcolor="#FFFFFF" width="500" colspan="2"> <center><table border="0" cellspacing="0" width="500"><tr><td bgcolor="#FFFFFF" width="500"><font face="times new roman" font size="2" color="#a54122"><div align="justify">
BOTTOM TEXT GOES HERE
</td></tr></table></center></td></tr><tr><td bgcolor="#FFFFFF" width="515" colspan="2"><img src="http://img.photobucket.com/albums/v302/silver_wolf06/fox.jpg" width="515" height="210"></td></tr></table></center>
------------
HTML Guide:
To center text, use this code:
<center>Text you want centered goes here</center>
To bold text, use this code:
<b>Text you want bold goes here</b>
To italicize text, use this code:
<i>Text you want italics goes here</i>
To make a line break, use this code:
<br><br>