Pro Flash Beat
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Formatting fonts

Go down 
AuthorMessage
devilz-fury
Admin
devilz-fury


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

Formatting fonts Empty
PostSubject: Formatting fonts   Formatting fonts Icon_minitimeWed Jul 30, 2008 11:42 am

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 11:51 am; edited 1 time in total (Reason for editing : added the box for ya)
Back to top Go down
https://pro-flash-beat.darkbb.com
 
Formatting fonts
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Pro Flash Beat :: Scripting :: HTML-
Jump to: