Here are some of the basic html 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/
No comments:
Post a Comment