Talk:UsageNotes/CSS
From Facebook Developer Wiki
Facebook seems to be renaming ID styles incorrectly so that the CSS breaks. For example: In the style sheet, Facebook renames my id to:
.app_content_2392044579 #navbar
But in the display code, it renames it to:
app2392044579_nav
Which means that the styles don't match up and the code breaks. Please advise.
When I try to use a <style> tag in the FBML for my profile box, it simply dumps the contents of the style tag into the box instead of using it as style... What am I doing wrong?? Are <style> tags only allowed on canvas pages or what?? (If so, it would be nice if that were noted on this page.) --186000005 14:56, 6 August 2008 (PDT)
