FBML CSS – Include CSS Into Your FBML Code
Working with FBML CSS can be tricky at times, so I’m here to show you all the ways you can successfully add CSS into your FBML code. Be warned though, there are a few ways and each way has it’s ups and downs. The usual down part of each set of CSS code is that if you create some complex CSS structure you’ll have it ‘hack’ it to work with Internet Explorer (any version). So that’s kind of a drag.
But lets get started with. We’ll cover these topics:
- Inline CSS
- External files
- Using inpage <style type=”text/css”> tag
- Caution of using the inpage method.
- Resource list for CSS (independent of FBML and Facebook)
Note: This isn’t a “how to program in CSS” guide. This is how to incorporate it with your Static FBML code and the like. So come knowledge of CSS/HTML is required.