Where do I locate the path to my style sheet?

  • Unknown's avatar

    I’m trying to add a facebook button to my blog using the Text tool, and I know just about nothing about CSS. I’m wondering if anyone can tell me where to locate the path to my style sheet? I’m using Press Row and according to facebook they told me insert this into my Text Widget:

    <iframe scrolling=”no” frameborder=”0″ src=”http://www.facebook.com/connect/connect.php?id=YOUR_PAGE_ID&connections=10&stream=1&css=PATH_TO_STYLE_SHEET”
    allowtransparency=”true” style=”border: none; width: 300px; height: 550px;”></iframe>
    <div style=”font-size:8px; padding-left:10px”>PAGE_NAME on Facebook</div>

    So, for you CSS officianados. What do I have to do from there besides the stuff a dummy like me would know: url, page name.
    Also, where can I find my Page ID? I’ve read a couple of the other answers to that but am still confused.

    ANY help you could give would be certainly much appreciated. I’ve always wanted to learn CSS, but I also told myself I’d drive stick one day too.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Okay, since you don’t know, here’s a short explanation.

    CSS is not the same as HTML. HTML is a markup language use to create websites. CSS is to style HTML elements, in other words, CSS is used to make a website look pretty.

    The code you pasted above is HTML.

    If you have do have a blog hosted at wordpress.com (it’d be a good idea to provide a link to your blog), the code you want to use is not allowed (because it uses iframes) and will be stripped off by the wp.com software.

  • Unknown's avatar
  • Unknown's avatar

    haha, well devblog there’s why i said i know next to nothing. looks like i know nothing.

  • Unknown's avatar

    i noticed WP did strip some of it when i tried to upload it to the text tool. I guess I’ll go back to the drawing board and look up how to actually add the thing. Thanks my friend.

  • Unknown's avatar

    never mind, i found a way to do it via facebook. thank you for your help, devblog.

  • The topic ‘Where do I locate the path to my style sheet?’ is closed to new replies.