Page 1 of 1

How come this forum haven't a Center TAG ?

PostPosted: Sat May 10, 08 5:38 pm
by or 1=1
[CENTER]Where's the focking center button ?[/CENTER]
<p>Where's the focking center button ?</p>

PostPosted: Sat May 10, 08 5:39 pm
by Dae
<blink><center>nub</center></blink>

PostPosted: Sat May 10, 08 5:49 pm
by or 1=1
Dae[A] wrote:<blink><center>nub</center></blink>


:) What about adding a button for it ?

<blink><center>Dae nub</center></blink>

PostPosted: Sat May 10, 08 5:50 pm
by Professor Layton
<center>werz da fukken center ye</center>

PostPosted: Sat May 10, 08 5:57 pm
by or 1=1
Clix wrote:<center>werz da fukken center ye</center>


<center>dunno, imma go take his babiez </center> :oops:

PostPosted: Sat May 10, 08 6:17 pm
by Mr. Tastix
Dae[A] wrote:<blink><center>nub</center></blink>


Not everyone knows HTML, Dae lol. That and I didn't think of using that shorthand for centering lol and that's because I use the full div markup.

Code: Select all
<div>This would centre text.</div>


Code: Select all
<center>This would also centre text but is not used on most websites and instead, most web designers would use the above <div> option.</center>


Course, I used to use the second option when I first learnt HTML but it's more accepted to use the div option. Or so loads of people tell me, so I just got used to it.

PostPosted: Sat May 10, 08 6:31 pm
by Dex
<div>Thanks for the info.</div>

PostPosted: Sat May 10, 08 6:32 pm
by Dae
~Psychotic~ wrote:That and I didn't think of using that shorthand for centering lol and that's because I use the full div markup.

<center> isn't anywhere in (X)HTML specification, so basically it's not even a proper tag. It only works because Mozilla and Microsoft decided to allow it, and its better not to use it when building html code.

<div> by itself doesn't do anything. It means a layer. <div align="center"></div> would work.

PostPosted: Sat May 10, 08 6:48 pm
by Alex
Dae[A] wrote:
~Psychotic~ wrote:That and I didn't think of using that shorthand for centering lol and that's because I use the full div markup.

<center> isn't anywhere in (X)HTML specification, so basically it's not even a proper tag. It only works because Mozilla and Microsoft decided to allow it, and its better not to use it when building html code.

<div> by itself doesn't do anything. It means a layer. <div></div> would work.

align isn't valid XHTML either.
style="text-align: center;"

PostPosted: Sat May 10, 08 7:47 pm
by Dae

PostPosted: Sat May 10, 08 8:43 pm
by Alex

PostPosted: Sat May 10, 08 9:13 pm
by or 1=1
ok, now add a fockign center button

PostPosted: Sat May 10, 08 9:31 pm
by Dae
I see, you're right

it's valid in XHMTL 1.0 Transitional, but not Strict or 1.1

PostPosted: Sat May 10, 08 9:53 pm
by or 1=1
° Napalm ° wrote:ok, now add a fockign center button


pls

PostPosted: Sat May 10, 08 9:55 pm
by Psycho
^ Please.

PostPosted: Fri Jun 06, 08 8:32 am
by ~DJ~
<blink><center>Plox</center></blink>

PostPosted: Fri Jun 06, 08 12:24 pm
by Mr. Tastix
Dae wrote:I see, you're right

it's valid in XHMTL 1.0 Transitional, but not Strict or 1.1


Meaning it's valid in all of mine lol. I only use Transitional, I can't stand the limitations of Strict.