[Resolved] coding tags

G

Gombol

Guest
Code:
 etc

dont work...just puts a small box with the image in it...is it just me...or is it ment to be like that?
 

Traxata

Junior Administrator
Re: coding tags

Code:
My name is Traxata this is(fake) code.

It works Gombol, thats how it works. same as html.

HTML:
this is (fake) html
 

Ronin Storm

Administrator
Staff member
Re: coding tags

Many tags are barred from use in the shoutbox if that's where you were trying?
 
G

Gombol

Guest
Re: coding tags

was in a forum..=/

i dunno the HTML coding for "code" though..=/
 

Ronin Storm

Administrator
Staff member
Re: coding tags

Broadly:

Code:
// some javascript
function SayHello()
{
    alert("Hello World!");
}

[noparse]
Code:
// some javascript
function SayHello()
{
    alert("Hello World!");
}
[/noparse]

PHP:
// some PHP
$var = "Hello World!";
echo $var;

[noparse]
PHP:
// some PHP
$var = "Hello World!";
echo $var;
[/noparse]

HTML:
<!-- some HTML -->
<html>
<head>
    <title>Hello!</title>
</head>
<body>
    <p>Hello world!</p>
</body>
</html>

[noparse]
HTML:
<!-- some HTML -->
<html>
<head>
    <title>Hello!</title>
</head>
<body>
    <p>Hello world!</p>
</body>
</html>
[/noparse]
 
G

Gombol

Guest
Re: coding tags

i tried using the
Code:
etc
....didnt work =/

EDIT: NOW THEY DO!!!!! >_<

EDIT 2: still dont work for what i want

Code:
[img]http://i176.photobucket.com/albums/w173/Kabbys/mortar.jpg[/img]
 

Traxata

Junior Administrator
Re: coding tags

Gombol what exactly is it you're trying to acomplish with the code tag ?
 
G

Gombol

Guest
Re: coding tags

post the coding for the
 

Traxata

Junior Administrator
Re: coding tags

There is a tag you can use (which i have forgotten) that you can display code inside these tags because it stops them, shall try and dig it up
 
Top