PDA

View Full Version : how to make the gallery desc text larger


RandySmugMug
May-16-2008, 07:17 AM
what is the tag ?

I see that <i> puts the text in itallics and
<b> makes the text blue

what other tags work ?

I need larger bold text

thx

randyr.smugmug.com

TexasFamily
May-16-2008, 10:20 AM
try taking a look here...

http://www.w3schools.com/CSS/default.asp

i'd start under the CSS Font...section

then once you take a look around they have some example pages
where you can put in your values and see them on the screen.

http://www.w3schools.com/CSS/css_examples.asp

you can also place them inside your <b> or <i> tags
<b style="font-size:25px;>helloworld</b>

<b> actually makes your font bold
<b style="color:blue;"> makes your font bold & blue

Edward