I have made minor customization on fbml theme, i have removed id's from div's and changed class names, customized css file as it should be. when i go to the application page the right sidebar is shown is it should be with theme, style and colours. but content area (left side) does not have any style, it uses default facebook css.

is it there a limitation of facebook on id's and class names?

how can i solve it?

Comments

Dave Cohen’s picture

Priority: Critical » Normal

If you have an improvement to fb_fbml, I encourage you to submit it as a patch.

To debug problems like this, view the source of your canvas page. Facebook shows you (the developer) exactly what your server returned in a comment near the top. Then later in the page you can see the source that facebook sent to the browser. It does change some things around and nests the fbml inside other tags.

blockedmind’s picture

there is no problem in source code. it's normal... content column does not rendered with css. that's the weird thing.

Dave Cohen’s picture

Status: Active » Postponed (maintainer needs more info)

I'm still not clear on what the problem is. Remember that facebook munges your markup. It changes your ids, and wraps all your markup in its own. So maybe your CSS selector is not working in that context?

Firebug can be helpful to track these things down.

Letharion’s picture

Component: FBML Theme » Code
Status: Postponed (maintainer needs more info) » Closed (won't fix)

Since Drupal 5 is no longer supported, I'm taking the liberty to close all FB D5 issues. Issues that haven't moved since D5 are unlikely to still be valid.