Page 47 of 367

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 4:38 pm
by Hunchman801
Yes we can, maybe we should use it.

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 4:41 pm
by Reese Riverson
I thought it was unsafe to do something like that.

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 4:49 pm
by Hunchman801
It is unsafe to enable HTML in posts but what problem could it bring if only admins can just make the text bold in forum descriptions.

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 5:27 pm
by neo
Hunchman801 wrote:This does not mean anything, even if some browsers will recognize it. You should write "checkbox" without any space... And do not forget it needs the <form> tags to make sense ;)
Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 7:13 pm
by Xenon
I don't understand that stuff :lol:

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 7:52 pm
by neo

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 8:01 pm
by Hunchman801
neo wrote:Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
Unless you put a <table> tag before, using <tr> and <td> tags makes no sense. You should also close the <form> tag :P

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 8:17 pm
by Jman
HTML is like the only coding I understand.

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 8:20 pm
by neo
Hunchman801 wrote:
neo wrote:Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
Unless you put a <table> tag before, using <tr> and <td> tags makes no sense. You should also close the <form> tag :P
OK

<html>
<title></title>
<head></head>
<body>
<form>
<table width="30">
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
</tr>
</table>
</form>
</body>
</html>

There LOL.

EDIT: I FORGOT TO CLOSE THE TR TAG LOL. THERE.

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 8:22 pm
by Hunchman801
You are closing the <inpunt> tag, you are using xHTML then, good idea ^^

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 8:24 pm
by neo
Oh, SHIT. I didn't mean to do that ROFL!! Well, it does sound reasonable though... (I couldn't remember whether or not to close it, so I did anyways lol) :lol: :P

Re: All you need to know about Pirate-Community

Posted: Sat Jun 17, 2006 11:03 pm
by Hunchman801
You guys should learn xHTML right now :P

Re: All you need to know about Pirate-Community

Posted: Sun Jun 18, 2006 6:42 pm
by neo
Lets make a topic about all that. ^^

Re: All you need to know about Pirate-Community

Posted: Sun Jun 18, 2006 7:05 pm
by Hunchman801
Good idea, I will check it.

Re: All you need to know about Pirate-Community

Posted: Sun Jun 18, 2006 8:15 pm
by neo
Great. ^^ I need to make a website for real.

Re: All you need to know about Pirate-Community

Posted: Sun Jun 18, 2006 8:28 pm
by Jman
I am in the middle of creating a Rayman fansite, I nearly done with it tho.

Re: All you need to know about Pirate-Community

Posted: Sun Jun 18, 2006 10:05 pm
by Hunchman801
You could affiliate it with PC or it could even become a PC website :D

Re: All you need to know about Pirate-Community

Posted: Sun Jun 18, 2006 10:22 pm
by neo
I wonder what i should make my first website about. :P

Re: All you need to know about Pirate-Community

Posted: Mon Jun 19, 2006 4:43 pm
by Reese Riverson
Also the break line code "<br>" should be "<br />" so that all browsers will know that well. I learned this from Phoenixan.

Re: All you need to know about Pirate-Community

Posted: Mon Jun 19, 2006 5:32 pm
by neo
<html>
<title>POOP</title>
<heading>SAKE</heading>
<style type="css">
contents of Cascading Style Sheet
</style>
<body></body>