HomeHome  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­RegisterRegister  ­Log inLog in  
Post new topic   Reply to topicShare | 
 

 Formatting fonts

View previous topic View next topic Go down 
AuthorMessage
devilz-fury
Admin


Posts: 16
Join date: 2008-06-08
Age: 15
Location: In a suit of metal!!!

PostSubject: Formatting fonts   Wed Jul 30, 2008 6:42 pm

So, start off like every other html document like this: <html>. Easy peasy. Then start a new paragraph: <p>. The next tag is bigger, start with: <font size=, then go "X" where X is your font size. Then with a space at the start go face= this is telling the engine that your are going to change the font face. Next put "Z"> where Z is your font name. Now type what you want. Then finish off with closing all your tags: </font> </p> </html>

View my coding below, it has two examples. Enjoy Smile

Code:
<html>
<p>
<font size="2" face="Verdana">
This is a paragraph.
</font>
</p><p>
<font size="3" face="Times">
This is another paragraph.
</font>
</p>
</html>

_________________



Last edited by Revan on Wed Jul 30, 2008 6:51 pm; edited 1 time in total (Reason for editing : added the box for ya)
Back to top Go down
View user profile http://pro-flash-beat.darkbb.com
 

Formatting fonts

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
Pro Flash Beat :: Scripting :: HTML-
Post new topic   Reply to topic