Posted on December 7th, 2006 at 5:32 pm by honoka and
We found out that we can use things called HTML on comments!
So I will put some basic HTMLs that anyone can use.
You can just copy and paste to use them.
Basic HTML 1 =WORDS=
Bold
<B>Type word here</B>
sample
Italic
<I>Type word here</I>
sample
Underline
<U>Type word here</U>
sample
Cancel line
<S>Type word here</S>
sample
Change size
<font size=Type number here>Type word here</font>
sample
Change color
<font color=Type color here>Type word here</font>
sample
A basic HTML 2 =LINKS=
<a href=”Type URL(address) here” target=”_blank”>Type word here</a>
My Blog(Sample)
It is linked to my blog. It will open in a new window.If you want to link things in the same window, you can use
<a href=”Type URL here(address)” target=”_self”>Type word here</a>
My Blog(Sample)
It won’t open a new window, this link will open in this window.
HTML =Just for fun=<TEXTAREA cols=”30″ rows=”2″>Type words here</TEXTAREA>