1
vote
1answer
58 views

User flair code is invalid for XHTML doctypes

The user flair HTML code displayed on the user flair page looks like this: <a ... ><img ... ></a> However, in order to validate in XHTML doctypes, it should really be: <a ... ...
1
vote
1answer
252 views

HTML / CSS layout problem with Stack Overflow flair

I have my flair (<script> snippet) on my webpage and I would like to have an image or a text right next to it. Like this: [flair] [my object] The only way I've managed to handle it so far ...