T1g3r217
Perpetual
+124|6878|My room
This thread is for people (like me) who wonder how to do some of the cool things with HTML. It's sorta like a Q/A thread. You post answers/questions about HTML here.

My question is how do you underline. I tried [underline][/underline] but it didn't work.
gene_pool
Banned
+519|7077|Gold coast, Aus.

Code:

[u][/u]
Also, to do the code box i did just then type in type

{code} {/code} but with the square brackets
(code boxes pretty much just disable any HTML)

Last edited by gene_pool (2007-04-14 06:37:31)

T1g3r217
Perpetual
+124|6878|My room
like this?

So then is italics italics


Edit: Added the italics

Last edited by T1g3r217 (2007-04-14 06:36:17)

gene_pool
Banned
+519|7077|Gold coast, Aus.
Italics?

Code:

[i][/i]
sneaky edit

Last edited by gene_pool (2007-04-14 06:36:45)

Zimmer
Un Moderador
+1,688|7212|Scotland

You can't underline in HTML, you must use CSS to underline.
So when you type text you MUST surround it with this

Code:

<span style="text-decoration:underline">TEXT GOES HERE</span>
You are all wrong. That is BBCode you are using, not HTML code.
gene_pool
Banned
+519|7077|Gold coast, Aus.
Do you mean the fancy HTML or the forum BBcode?

Last edited by gene_pool (2007-04-14 06:39:34)

Zimmer
Un Moderador
+1,688|7212|Scotland

gene_pool wrote:

Do you mean the fancy HTML or the forum BBcode?
HTML isn't fancy. It is very basic.

Wait, what? Are you talking about forum BBCode?
FFS there is even a HELP button.
http://forums.bf2s.com/help.php#bbcode
T1g3r217
Perpetual
+124|6878|My room

gene_pool wrote:

Do you mean the fancy HTML or the forum BBcode?
The BBcode. Sorry, I didn't know the name.

/memorizes
Zimmer
Un Moderador
+1,688|7212|Scotland

Closed. You have the asnwer in my post.

Board footer

Privacy Policy - © 2025 Jeff Minard