Change the type of font in myspace - Change Myspace Fonts

Change fonts in myspace

Ever wondered how to make words bold or change the font to bold letters in you myspace profile or myspace comments, then get ready to learn how to change the myspace font and make it appear bold so that the myspace fonts in bold letters or bold text will make your myspace profile look much more appealing and attractive. Writing bold letters or making your myspace fonts appear in bold is never more easier.

How to change the type of font in myspace profiles :-


The Web-fonts :-

There are different fonts that you can use, and some of the safest web fonts that are used are :

Arial
Times New Roman: (The default for all web-browsers - i.e, if you dont give a font face tag, the text will appear in this font)
Georgia
Impact
Verdana
Comic Sans ms

Apart from these above, you can give other fonts too, but remember that if the person who is viewing your page doesnt have that font, then he will only see your font in the default "Times New Roman".

Changing web fonts in myspace using tags :-

In HTML tags are used to start and stop a command. This is the opening tag - < >
And this is the closing tag - </ >
All the commands in html are given inside these tags.

To change the font type for your myspace profile, we need to use the - font face - command.
So, we first select a font from the above list of web-fonts, say, Impact, and then open the tag like this :

<font face="impact">And here you type whatever you would like to see in the Impact font.</font >

And this is how the output of the above code would have looked like in your myspace profile :

And here you type whatever you would like to see in the Impact font.

Notice that I have also closed the tag after entering the desired text in between the two tags. While closing you need to give only this much :

</font >

The double quotes inside the opening tag is not a necessity if the font you select has only one word, but dont forget that if the font has more than one word, like, Comis Sans MS, then you have to give the font in double quotes.

HTML is not case-sensitive and hence you can give all your commands in upper-case or lower-case letters.

i.e, <font face="Comic Sans MS"> and <font face="COMIC sans ms"> is the same for HTML.

I hope you found this helpful, and with this i hope you will be able to make your myspace profile look more appealing. If you still have any doubts relating to myspace fonts or how to change the font type in myspace, then dont hesitate to goto the homepage and use the MGW - Help Center.