Joined: 12 Apr 2008 Posts: 266 Location: Hong Kong (CN Assistant)
Posted: Thu May 08, 2008 11:14 am Post subject:
This is a hard subject....
But anyway, I'll tell you all I know...
for size, type in:
Code:
<font size= **>blabla</size>
for color*, type in:
Code:
<color=******)blabla</size>
for new line, type in:
Code:
<br>blabla</br>
or
Code:
<p>blabla</p>
for bold words, type in:
Code:
<b>blabla</b>
for italic words, type in:
Code:
<u>blabla</u>
for url, type in:
Code:
<a href=www.yourwebsite>blabla(This is the words shown)</a href>
For align=centered, type in:
Code:
<center>blabla</center>
This only works with certain themes
color=green]If you make lots of layers of codes, make sure they appear to be the same layer. They should be:[/color]
Code:
<b><i><u><font size= 12>blabla</font></u></i></b>
but not
Code:
<i><u><b><font size= 12>blabla</font></u></i></b>
That's all the codes you'll need and some are extra.
You will need to open a new forum, in the forum description, add in the codes you wanted.
Be smart--the 'blabla' means that the word you'd like to add.
* For color codes, see
Only registered users can see links on this forum! Register or Login on forum!
_________________ CopyCat
Only registered users can see links on this forum! Register or Login on forum!
Only registered users can see links on this forum! Register or Login on forum!
Only registered users can see links on this forum! Register or Login on forum!
Only registered users can see links on this forum! Register or Login on forum!
Only registered users can see links on this forum! Register or Login on forum!
Only registered users can see links on this forum! Register or Login on forum!
br is just for a new line, it's much different than p. In fact, br is an empty tag, there's no </br>.
And in:
Code:
<a href=www.yourwebsite>blabla(This is the words shown)</a href>
href is an attribute of the tag a, so when closing the tag there's no need for it (it does nothing). It doesn't matter which attributes a tag has, closing it only requires / and the attribute. For example:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum