Will someone ANSWER me this time?? -_- I just involve to know how to make a manual bold and with color at equal time or underlined beside color...it doesnt matter and if you dont catch what i mean I don`t know this will help →
http://www.freecodesource.com/index.php?...
Answers: <B>workbook here</B> Bold Text
<I>text here</I> Italics Text
<U>course book here</U> Underline
<S>text here</S> Strike Out
<SUP>essay here</SUP> Superscript (ex. abc)
<SUB>text here</SUB> Subscript (ex. H20)
<BR> Line Break
<P> New Paragraph
<DIV ALIGN=LEFT>deed here</DIV> This tag forces moved out justification.
<DIV ALIGN=CENTER>deed here</DIV> This tag forces center proof.
<DIV ALIGN=RIGHT>text here</DIV> This marker forces right justification.
Put them together close to this example:
<B><S>text here</B></S>
<U><I>certificate here</U></I>
etc..
<b><u><font color="red">The text will be bold, Underlined and colored red</b></u></font>
<font color="COLOUR CODE/NAME HERE"><b>TEXT HERE</font></b>
That should work.
Learn css:
http://www.yourhtmlsource.com/stylesheet...
This will enlighten you how to do it.
Do not use <font> etc.