Page 1 of 1

font size help

PostPosted: Thu Jan 14, 2010 11:05 pm
by beulahchapel
I'm trying to get the font size larger on this
<p align="center"> if your wanting to donate <a href="http://www.ncm.org/projects/acm1204"><b> please go here </b></a> to donate </p>

this is the whole website and I want this at the bottom of the written part
http://www.pbase.com/beulahchapel/2010_haiti_earthquake

Re: font size help

PostPosted: Fri Jan 15, 2010 2:11 am
by rsbfotos
beulahchapel wrote:I'm trying to get the font size larger on this
<p align="center"> if your wanting to donate <a href="http://www.ncm.org/projects/acm1204"><b> please go here </b></a> to donate </p>

this is the whole website and I want this at the bottom of the written part
http://www.pbase.com/beulahchapel/2010_haiti_earthquake


try this -

<p align="center"><b style="color: #FFFF00; font-size: 14pt"> if your wanting to donate <a href="http://www.ncm.org/projects/acm1204"><b> please go here </b></a> to donate </p>

you can change the font size and color if you wish.
I'm far from being an expert and I don't think the syntax is correct but it will change what you want, until a more knowledgable individual corrects it.

Re: font size help

PostPosted: Sat Jan 16, 2010 6:16 am
by beulahchapel
thanks for the help, I did exactly what you put on there and it works

Re: font size help

PostPosted: Thu Feb 25, 2010 10:49 am
by jeck143
The <font> tag is used to add style, size, and color to the text on your site. Use the size, color, and face attributes to customize your fonts. Use a <basefont> tag to set all of your text to the same size, face, and color.
<p>
<font size="5">Here is a size 5 font</font>
</p>
<font color="#990000">This text is hexcolor #990000</font>
<br />

<font color="red">This text is red</font>

Re: font size help

PostPosted: Tue Jun 29, 2010 10:11 pm
by williammccarey
On a secondary subject, may I suggest that you spell "your" correctly. It should be "you're." As in "If you're going to donate, go to this website."