Page 1 of 1

Anyone know how this stuff works? HTML TAGS

PostPosted: Mon Sep 25, 2006 10:35 am
by Murph808
Just seeing if I can make this <font color="red"><font size="7">WORK<font color="red"><font size="7">

PostPosted: Mon Sep 25, 2006 10:36 am
by Murph808
I gess thats not it any help?

PostPosted: Mon Sep 25, 2006 11:28 am
by fighter1405
HTML tags are disabled in these forums. You have to use BB code. I believe your HTML is correct but it won't work her!

Hope that helps

PostPosted: Mon Sep 25, 2006 11:31 am
by qeee1
Yeah, your html could use a "/" at the second two, but yeah, html won't work here. What you need is.

Code: Select all

[color=red][size=18]WORK[/size][/color]



Which will come out like:

WORK

PostPosted: Tue Sep 26, 2006 10:12 am
by Murph808
thankyou how do you do Bold?

PostPosted: Tue Sep 26, 2006 10:17 am
by 2dimes
[ b ]

PostPosted: Tue Sep 26, 2006 11:57 am
by sully800
You don't even have to type the commands yourself. Whenever you are making a post there are buttons at the top to choose Bold, color, size etc. And it WORKS

PostPosted: Wed Sep 27, 2006 10:03 pm
by Murph808
HelloI cant belive I missed thatwhat a stupid thing to do lol

PostPosted: Wed Sep 27, 2006 10:05 pm
by hawkeye
I'm not clear on what HTML is. Is it something like BBCode?

PostPosted: Wed Sep 27, 2006 10:17 pm
by qeee1
hawkeye wrote:I'm not clear on what HTML is. Is it something like BBCode?


html is the language all websites are written in. If you go to view source you can see how this particular page is written, in html.

There's probably some javascript aspects and such thrown in there too.

PostPosted: Wed Sep 27, 2006 10:32 pm
by hawkeye
Oh. Then why are maps xml and the forum html? Wheres view source.

PostPosted: Wed Sep 27, 2006 10:34 pm
by sully800
Right click and it should be toward the bottom of the list.

PostPosted: Wed Sep 27, 2006 10:54 pm
by hawkeye
On my mac it's at the top if the list... holy shit.

PostPosted: Wed Sep 27, 2006 11:20 pm
by reverend_kyle
your font cloing tags would have to be </font> for both of them.

PostPosted: Thu Sep 28, 2006 1:15 am
by fighter1405
qeee1 wrote:
hawkeye wrote:I'm not clear on what HTML is. Is it something like BBCode?


html is the language all websites are written in. If you go to view source you can see how this particular page is written, in html.

There's probably some javascript aspects and such thrown in there too.


Actually most of this website is written in php server side scripting!