How to add inline CSS to FBML

Discussion in 'Facebook' started by chrisj, Nov 16, 2010.

  1. #1
    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):

     
    Last edited: Nov 16, 2010
    chrisj, Nov 16, 2010 IP
  2. subdivisions

    subdivisions Well-Known Member

    Messages:
    1,021
    Likes Received:
    40
    Best Answers:
    1
    Trophy Points:
    145
    #2
    Style attribute?

    <fb:like style='float: left; width: 690px;'></fb:like>
    Code (markup):
     
    subdivisions, Nov 18, 2010 IP