PDA

View Full Version : bioBox question


kpiela
Sep-29-2006, 03:53 PM
Hi all. In my bioBox I am wondering how I can increase the font size, change the color to black and center justify the text.

Any help would be greatly appreciated!

www.kpiela.smugmug.com (http://www.kpiela.smugmug.com)

-kristine

Allen
Sep-29-2006, 04:13 PM
Hi all. In my bioBox I am wondering how I can increase the font size, change the color to black and center justify the text.

Any help would be greatly appreciated!

www.kpiela.smugmug.com (http://www.kpiela.smugmug.com)

-kristine You can do all that by using html right in your bio box.
i.e.
<html>
<p> paragraph 1</p>
<p><center>paragraph 2</center><font color=#663300> blab blab </font></p>
<p><font size=6>W</font>elcome blab blab</p>
</html>

kpiela
Sep-29-2006, 04:57 PM
You can do all that by using html right in your bio box.
i.e.
<html>
<p> paragraph 1</p>
<p><center>paragraph 2</center><font color=#663300> blab blab </font></p>
<p><font size=6>W</font>elcome blab blab</p>
</html>

Thanks so much Allen! I appreciate your help. http://www.dgrin.com/images/icons/lickout.gif