welcome

Click here

Monday, February 14, 2011

Big fonts in orkut

How to write In Big Fonts N in Diff style..enjoy;)
All info about fonts!!!!

you can format the fonts of the text you are writing
Simple Format:
Font Size Alteration:
Code:
<font size="7">text</font>
you can give sizes from 1 to 7 by this way, giving size more than 7 like 8, 9 etc will not make the font bigger......7 is the highest here
font Color:
Code:
<font color="RED">RED text</font>
or
Code:
<font color="ff0000">RED text</font>
here you can give the color name or the corresponding color's hexadecimal code within the inverted comma.


font style:
Code:
<font face="Comic Sans MS">text in Comic Sans</font>
you can give any font family name within the quotes to change the font into that particular font style.
refer to the MS Word or Notepad fonts for the names (not every font may be supported)


Advanced Format:
go through the code attentively
Code:
<font style="font-family:comic sans ms;
color:003300;
font-size:10em;
font-weight:bold;
letter-spacing:10px;
font-style: italic;
background-color:ffffff;
text-align:left;
margin:0px; ">Text Here</font>

♦ give any font family name for changing the style
♦ color may be in word name or hex value like said before
♦ for font size, use "value"em or "value"px. value should be given in decimal format (as shown)
♦ font-weight decides whether the font will be bold or not
♦ letter -spacing decides the space between two consecutive letters in a word
it should be given as "value"px (as shown)
♦ font-style makes the font italics
♦ background-color changes the color of the font background.
color may be given in word name or hex value
♦ text-align changes the alignment (left, center, right)
♦ margin decides the margin to be given (margin-left, margin-right)

there are many more tags used for fonts.
refer to some good HTML tutorial for those.
use Google for them

No comments:

Post a Comment