Page 1 of 1
testing some html tags
Posted:
Fri Feb 22, 2013 11:28 am
by joel
Re: testing some html tags
Posted:
Fri Feb 22, 2013 11:36 am
by nature boy
for what?
Re: testing some html tags
Posted:
Fri Feb 22, 2013 11:40 am
by joel
this code button doesn't do anything like what i thought it would...
just for seeing what i can do with these forums for potentially my signature and stuff..
<table><tr><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td></tr>
</table>
Re: testing some html tags
Posted:
Fri Feb 22, 2013 12:26 pm
by joel
[html]<table><tr><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td></tr>
</table>[/html]
Re: testing some html tags
Posted:
Fri Feb 22, 2013 12:26 pm
by joel
guess that didn't work either.
Re: testing some html tags
Posted:
Fri Feb 22, 2013 12:49 pm
by jeSteR
html doesn't work.. it only accepts php code
Re: testing some html tags
Posted:
Fri Feb 22, 2013 12:55 pm
by joel
guess it's time to learn some php
Re: testing some html tags
Posted:
Fri Feb 22, 2013 12:57 pm
by se7entse7en
Not sure what you're trying to do, but there is the List tag.
Re: testing some html tags
Posted:
Fri Feb 22, 2013 1:04 pm
by joel
Re: testing some html tags
Posted:
Fri Feb 22, 2013 1:05 pm
by joel
Re: testing some html tags
Posted:
Fri Feb 22, 2013 1:05 pm
by joel
<?php
echo "Hello World!";
?>
Re: testing some html tags
Posted:
Fri Feb 22, 2013 1:06 pm
by joel
Re: testing some html tags
Posted:
Fri Feb 22, 2013 1:08 pm
by joel
[php]echo "Hello World!";[/php]
Re: testing some html tags
Posted:
Fri Feb 22, 2013 1:17 pm
by nature boy
i was going to say you probably need to start with the square brackets.