You are viewing our Forum Archives. To view or take place in current topics click here.
How To Use [CODE] [/CODE] Tags?
Posted:

How To Use [CODE] [/CODE] Tags?Posted:

A1_Q2
  • New Member
Status: Offline
Joined: Aug 28, 201113Year Member
Posts: 16
Reputation Power: 0
Status: Offline
Joined: Aug 28, 201113Year Member
Posts: 16
Reputation Power: 0
Hey,

How do you use the [ CODE ] [ / CODE ] tags, what language can you write the code in? HTML5, C++, JAVA?
Can someone please advise me on how to use the code tags. Would you be able to use HTML5 Code like this:

<form method="post" action="mailto:[email protected]?subject=The%20Tech%20Game" enctype="text/plain">
<fieldset>
<legend>
The Tech Game
</legend>
<label> First Name&nbsp;&nbsp;</label><input type="text" size="20" name="First Name" /><br><br></label>

<label> Last Name&nbsp;&nbsp;</label><input type="text" size="20" name="Last Name" /></label>
</fieldset>
<p><button type="submit">Send</button>&nbsp;&nbsp;<button type="reset">Reset</button>

</form>
#2. Posted:
-Jordan-
  • TTG Addict
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
Status: Offline
Joined: Jul 12, 201014Year Member
Posts: 2,684
Reputation Power: 122
They're for showing a code block. You could easily have found this out by just trying like so.

<form method="post" action="mailto:[email protected]?subject=The%20Tech%20Game" enctype="text/plain">
<fieldset>
<legend>
The Tech Game
</legend>
<label> First Name&nbsp;&nbsp;</label><input type="text" size="20" name="First Name" /><br><br></label>

<label> Last Name&nbsp;&nbsp;</label><input type="text" size="20" name="Last Name" /></label>
</fieldset>
<p><button type="submit">Send</button>&nbsp;&nbsp;<button type="reset">Reset</button>

</form>
#3. Posted:
SomeWhiteGuy
  • Challenger
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 109
Reputation Power: 5
Status: Offline
Joined: Oct 22, 201014Year Member
Posts: 109
Reputation Power: 5
this is your code for example:



1
2
3
4
5
6
7
8
9
0


if you didnot have the code tags then it would look like:

1
2
3
4
5
6 etc

all you have to do is put [ c o d e ][ / c o d e ] (without the spaces) above the top line and one below the bottom line. or you can highlight the code and then hit the button on the menu bar that looks like text with <> on the top and bottom. (it is bottom menu bar, left hand side.)

hope this helps.
#4. Posted:
SARG3NT
  • TTG Senior
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 1,496
Reputation Power: 69
Status: Offline
Joined: Feb 25, 201113Year Member
Posts: 1,496
Reputation Power: 69
It is this button
[ Register or Signin to view external links. ] .


I can do code by putting [code] [/code]


Simple.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.