Page 1 of 1

Carnite.Net

PostPosted: Mon Sep 15, 2003 7:39 pm
by Rashiir
Hey, you guys, I just wanted to see what you all thought of my website: http://www.carnite.net/ :lol:

PostPosted: Mon Sep 15, 2003 7:50 pm
by _bluerose_
uuuummmmmmmm

PostPosted: Mon Sep 15, 2003 8:33 pm
by Rashiir
Pretty cool, huh?

PostPosted: Mon Sep 15, 2003 8:39 pm
by Saint
very nice. love that guy... stole his mop once.

PostPosted: Mon Sep 15, 2003 8:53 pm
by Razgriz
LOL, and thats all I have to say.

PostPosted: Tue Sep 16, 2003 3:32 am
by Straylight
Code: Select all
<html>
<head>
<title>Carnite.Net</title>
</head>
<body bgcolor=#000>
[align=center]













<img src=http://www.definitelynotsafe.com/img/avatars/l3p></img>
</body>
</html>


[align=center] tags are bad ! use <div align="center"> instead

PostPosted: Tue Sep 16, 2003 3:57 pm
by Rashiir
Why are they bad?

PostPosted: Tue Sep 16, 2003 4:08 pm
by shooraijin
Well,
aren't official spec, and I think they're considered deprecated in HTML 4 (I have to look this up). They were a kludge thrown together for early Netscape browsers which caught on, and became widely supported (much to the ire of SGML purists) despite never having been considered true tags.

That being said, I tend to use [align=center] quite a bit myself :red: ... <p align="xxx"> support tends to be dodgy depending on the rendering engine in older browsers, which I support frequently.

PostPosted: Tue Sep 16, 2003 4:12 pm
by Ashley
:dizzy:

PostPosted: Wed Sep 17, 2003 3:15 am
by Straylight
The fun way:

Code: Select all
<html>
<head>
<title>Carnite.Net</title>
</head>
<body bgcolor=#000>
<div align="center">

<?php
for($i = 0 ; i% <= 12 ; $i++ ) {
   echo "
";
}
?>

<img src=http://www.definitelynotsafe.com/img/avatars/l3p></img>

</div>
</body>
</html>

PostPosted: Thu Sep 18, 2003 7:22 pm
by Mineko
Very.... interesting.

PostPosted: Sun Sep 21, 2003 7:39 pm
by MyrrhLynn
shooraijin wrote:Well,
aren't official spec, and I think they're considered deprecated in HTML 4 (I have to look this up). They were a kludge thrown together for early Netscape browsers which caught on, and became widely supported (much to the ire of SGML purists) despite never having been considered true tags.

That being said, I tend to use [align=center] quite a bit myself :red: ... <p align="xxx"> support tends to be dodgy depending on the rendering engine in older browsers, which I support frequently.


Humm... well I would have to say like 95% of my web teachers use the [align=center] tag so I would think it is more then accetable for someone to use. I mean they are teachers after all. :sweat: Of course they could just be lazy...