calling items from a different css?

Discussion in 'CSS' started by tony84, Mar 30, 2008.

  1. #1
    My football site in my sig runs on wordpress, my forums on mybb.
    Im trying to skin my forums to look as close to the main site as poss.

    I have done it all bar the menu in the header. The css in mybb isnt quite as easy as being able to copy and paste it from the wordpress 1 so im stuck with finding a way around it.

    Can anyone help me?

    Thanks
     
    tony84, Mar 30, 2008 IP
  2. KatieK

    KatieK Active Member

    Messages:
    116
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Not sure if this is what you want, but you can always use an absolute url in the href to import an external .css file. For instance, even if your page lives on domaina.com:

    <link rel="stylesheet" href="http://www.siteb.com/stylecss" />
    Code (markup):
     
    KatieK, Mar 31, 2008 IP