I am addicted but dont know how to d it
What are the ways to make your text look different on Myspace?
Here are some of the basic text tweaks:
bold letters %26lt;b%26gt;TEXT%26lt;/b%26gt;
strikethrough %26lt;s%26gt;TEXT%26lt;/s%26gt;
italicized letters %26lt;i%26gt;TEXT%26lt;/i%26gt;
underlined letters %26lt;u%26gt;TEXT%26lt;/u%26gt;
break spaces (gives image of an enter key) %26lt;br%26gt;
double break space (paragraph) %26lt;p%26gt;
red text %26lt;font color="red"%26gt;TEXT%26lt;/font%26gt;
green text %26lt;font color="green"%26gt;TEXT%26lt;/font%26gt;
yellow background color font [gives that highlighted image]
%26lt;font style="background-color :yellow;"%26gt;TEXT%26lt;/font%26gt;
custom font size %26lt;font size="#"%26gt;TEXT%26lt;/font%26gt;
Replace # with any numerical value you wish.
You can also change the font color with a color code instead of a color name, such as fff000. The codes can be found here:
http://html-color-codes.com/
What are the ways to make your text look different on Myspace?
*********
What are the ways to make your text look different on Myspace?
%26lt;big%26gt; = big text
%26lt;i%26gt; = italicized text
%26lt;b%26gt; = bold text
%26lt;u%26gt; = underlined text
these are the ones that I use all the time but there are more. Also, at the end you need to use this%26lt;/%26gt; to end the bold, italicized, etc.
for example:
%26lt;b%26gt;%26lt;i%26gt; Michele %26lt;/b%26gt;%26lt;/i%26gt;....my name would be bolded and itaicized.
What are the ways to make your text look different on Myspace?
Change Text Color=
%26lt;font style="color: COLORHERE;"%26gt; text here %26lt;/font%26gt;
Change Font=
%26lt;font style="font-family: FONTNAME;"%26gt; text here %26lt;/font%26gt;
Change Size=
%26lt;font style="font-size: XXpx;"%26gt; text here %26lt;/font%26gt;
To Apply All the Styles in one=
%26lt;font style="color: COLORHERE; font-family: FONTNAME; font-size: XXpx;"%26gt; text here %26lt;/font%26gt;
Change All the Text on your Page=
* {color: COLORHERE !important; font-family: FONTHERE !important; font-size: XXpx !important;}
No comments:
Post a Comment