How do I connect my web page css attributes to a FB fan page FBML? If it's by taking my CSS external page code and adding it to my FBML inline, can you describe how that's done? Here's an example from my extermal css page. Can you tell me how I'd add this css code inline to the FBML? Thanks .col_b1 { float: left; width: 690px; height: 150px; margin: 20px 0px 0px 20px; padding: 8px 10px 10px 10px; border: 1px solid #ccc; background: #; } Code (markup):