PDA

View Full Version : Please fix this


TheBB
12-13-2007, 4:14 AM
It's driving me mad.

hammocksleeper
12-13-2007, 4:42 AM
It's driving me mad.

wow look at that. my browser (latest firefox) displays it fine but you're right, that's in the source. i never knew the power a browser had to correct errors before rendering the page!

<br/> should be <br> too

TheBB
12-13-2007, 5:08 AM
My Opera doesn't. The whole front page is a single link. :(

Actually <br/> is right, in fact it should also be <img (..) />. Self-closing tags.

hammocksleeper
12-13-2007, 6:05 AM
My Opera doesn't. The whole front page is a single link. :(

Actually <br/> is right, in fact it should also be <img (..) />. Self-closing tags.

never heard of that. i learned html over ten years ago though

AJ
12-13-2007, 6:09 AM
fixed.

Black.Ice
12-14-2007, 1:17 AM
never heard of that. i learned html over ten years ago though

Off-topic note, <br/> is the new XHTML where unclosed tags are pretty much closed.

And I find it funny because you were so pro-internet-explorer. Good to see that you switched, you loser. :P

Basan
12-14-2007, 1:54 AM
Off-topic note, <br/> is the new XHTML where unclosed tags are pretty much closed.

And I find it funny because you were so pro-internet-explorer. Good to see that you switched, you loser. :P

Beeing bitch slapped by a spyware infested IE (even in it's 7th version :P) can do 'wonderful' things, B.I. :D

Neo
12-14-2007, 7:20 PM
actually <br /> is usually used since <br/> screws with some older browsers.

the /> on single tags (ones that don't have ends like <img> and such) is actually part of the xhtml spec.

-Neo

AJ
12-14-2007, 7:28 PM
you'll find my love for "older browsers" is near the fuck-you end of the spectrum.

Black.Ice
12-14-2007, 11:41 PM
It's not like our site is so cutting edge that it'd cause any serious problems.

(AJAX and all JS stuff is pretty much all that's affected.)

AfterLifeLochie
01-27-2008, 11:44 PM
you'll find my love for "older browsers" is near the fuck-you end of the spectrum.

I agree. I wrote code that stops browsers under V5.5 from loading the site 'cause I found that there were so many people visiting with really old browsers, reporting bugs that didn't really exist! :)

WarInSerbia
01-28-2008, 4:49 AM
And whats that code?!

Basan
01-28-2008, 3:16 PM
I agree. I wrote code that stops browsers under V5.5 from loading the site 'cause I found that there were so many people visiting with really old browsers, reporting bugs that didn't really exist! :)

This thread was... How should I say it gently? Old news (http://www.warboards.org/faq.php?faq=faq_rules#faq_faq_rules_threadreviving ). ;p

And whats that code?!

It can be asked n' told through PM's anyway. ;)