PDA

View Full Version : Font Size


rcreamer824
Mar-05-2009, 08:38 PM
On the page below, I have two fonts. Is it possible to get the top paragraph (philosophy) to be a little larger while the other paragraph (Pet Portraits) to remain the same size?

Also, how do you get bullets in the paragraph (my spacing is poor).

Thanks

site in question http://www.candidimaging.com/gallery/7319672_PSiuf

J Allen
Mar-05-2009, 08:49 PM
This will control the album description area:




.gallery_7319672 #albumDescription
{font-size: 150%;
font-family: times;
font-weight: bold;}



This will control the photo caption area:



.gallery_7319672 .caption
{font-size: 150%;
font-family: times;
font-weight: bold;}

Look here for an explination on bullets, if you use them, make sure you surround everything with html tags:

<html></html>


http://www2.gol.com/users/billp/articlehtml/bullet.html