views:

311

answers:

2

I put up this test page to illustrate this issue: http://pix-all.com/fb-test.htm

Every Browser i've tested on has worked but in IE8. The odd part is that IE8 doesn't even report an error, WOW, and that is something. So right now im stuck with to nothing to work on or debug. Hopefully you guys can help me out and spot what i've overlooked.

Thank You in advance

A: 

I notice in the source that the href attribute is in single quotes only for the fb div. Could that be it?

edl
+2  A: 

So some how the xmlns tag that i had previously set to the HTML tag was gone, probably me undoing things like crazy.

Here is how it should go if anyone comes whit this issue:

<html xmlns:fb="http://www.facebook.com/2008/fbml"&gt;
Pablo