All you need to know about Pirate-Community
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
Yes we can, maybe we should use it.
-
Reese Riverson

- Posts: 40213
- Joined: Wed Sep 03, 2003 5:32 pm
- Location: R̸̨̧̛̝͎͔̹͉̫̞͚͎͈̫̲̘͕̞͔̼̣͍̞̤̹̫̘̼͚̤̮̟͍̺̯͍̜̹͓̤͖͎͌̀̿͗̍͌̈́̿̿͑̄̀͌̒̅͛̄̾̈͠ͅayman Pirate-Community Lodge
- Contact:
- Tings: 533712
Re: All you need to know about Pirate-Community
I thought it was unsafe to do something like that.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
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
Oh, you mean: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
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
Re: All you need to know about Pirate-Community
I don't understand that stuff 
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
Unless you put a <table> tag before, using <tr> and <td> tags makes no sense. You should also close the <form> tagneo wrote:Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
Re: All you need to know about Pirate-Community
HTML is like the only coding I understand.
Re: All you need to know about Pirate-Community
OKHunchman801 wrote:Unless you put a <table> tag before, using <tr> and <td> tags makes no sense. You should also close the <form> tagneo wrote:Oh, you mean:
<form>
<tr>
<td>
<input type="text" name="Name" id="Name">
</input>
</td>
<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.
Last edited by neo on Sat Jun 17, 2006 8:26 pm, edited 1 time in total.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
You are closing the <inpunt> tag, you are using xHTML then, good idea ^^
Re: All you need to know about Pirate-Community
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)

-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
You guys should learn xHTML right now 
Re: All you need to know about Pirate-Community
Lets make a topic about all that. ^^
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
Good idea, I will check it.
Re: All you need to know about Pirate-Community
Great. ^^ I need to make a website for real.
Re: All you need to know about Pirate-Community
I am in the middle of creating a Rayman fansite, I nearly done with it tho.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: All you need to know about Pirate-Community
You could affiliate it with PC or it could even become a PC website 
Re: All you need to know about Pirate-Community
I wonder what i should make my first website about. 
-
Reese Riverson

- Posts: 40213
- Joined: Wed Sep 03, 2003 5:32 pm
- Location: R̸̨̧̛̝͎͔̹͉̫̞͚͎͈̫̲̘͕̞͔̼̣͍̞̤̹̫̘̼͚̤̮̟͍̺̯͍̜̹͓̤͖͎͌̀̿͗̍͌̈́̿̿͑̄̀͌̒̅͛̄̾̈͠ͅayman Pirate-Community Lodge
- Contact:
- Tings: 533712
Re: All you need to know about Pirate-Community
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
<html>
<title>POOP</title>
<heading>SAKE</heading>
<style type="css">
contents of Cascading Style Sheet
</style>
<body></body>
<title>POOP</title>
<heading>SAKE</heading>
<style type="css">
contents of Cascading Style Sheet
</style>
<body></body>


