Welcome to the advanced page. The stuff here is harder to leard that on the previous page, bear with me while I try to explain.
Well first off lets try and make a table. Tables have three parts, the border, row, and border.
You have to have these in! Use <<table border=n%>> to start the table and n= a number from 1 to 100, use <<tr>> to start a new row, and use <<td>> to enter info. into the table.
To do a simple table type:
<<table border=1%>><<tr>><<td>>Cool isnt it.<</table>><</tr>><</td>> - The outcome is:
Cool isnt it.
For a more advanced table type something like:
<<tableborder=3%>><<tr>><<td>>starting to<</td>><<td>>look good<</td>><</tr>> <<tr>><<td>>yes<</td>><<td>>it is<</td>><</tr>><</table>> - The outcome is:
starting to
look good
yes
it is
Remember to ALWAYS close your tables! And that's about it for tables.
Type <<a href=//www.location.com>>Name Of Link<</a>> - Outcome is:
Now there are scrolling bars that you can do
Now to do one of these type type <<form>><<select>>use<<option>>like<<option>>this, <<option>>cool aren't<<option>>they?<</select>><</form>>
Type <<form>><<input type=checkbox>><</form>> - Outcome is:
A checkbox like this.
Type <<form>><<input type=radio>><</form>> - Outcome is:
A radio button like this.
Type <<form>><<textarea cols=30 rows=3>>Some words inside<</textarea>><</form>> - Outcome is:
Type <<form>><<input type=submit name=chat value="What you're going to call the button">><</form>> - Outcome is:
This type of button doesn't do anything at all. Here's a few other buttons that do things.
Type <<form action=//www.location.com/togoto.html mathod=post>>
<<input type=submit name=chat value="What you're going to call the button">><</form>>
This button here sends someone to another location on the net when they click on it, but you have to tell it where to go in the form action.
Type <<form>><<input type=submit name=chat value="What you're going to call the button">><<input type=hidden name=handle value="What You Want The Victims new Handle to be">><</form>>
This here will change the handle of whoever clicks it to whatever you want it to be!
Type <<form>><<input type=text value="Look at this!">><</form>> - Outcome is: