Okay, I guess I can go through real quick how tags work.
What you first want to do is to open a tag. If you want it to be an link, you write
- Code:
-
[url]
. All the text after that tag will be considered to be inside it, as long as you remember to close it.
Therefore, put your link there.
To close the tag, write the tag as before, but with a backslash. The backslash tells the program that it's going to close the tag. So it's like this
- Code:
-
[/url]
As for the link persay, you still have double https. What I mean by that is that you've written
http://http://highschoolrpg.rpg-board.net/class-schedules-f67/sam-chemistry-t751.htm
When you should've written
http://highschoolrpg.rpg-board.net/class-schedules-f67/sam-chemistry-t751.htm
Finally if you don't want the link to look like a link, but rather some nice word like "Schedule", then you do it like this:
- Code:
-
[url=http://highschoolrpg.rpg-board.net/class-schedules-f67/sam-chemistry-t751.htm]INSERT WHAT YOU WANT TO BE VISIBLE HERE[/url]