help with linking external CSS Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    help with linking external CSS

    avatar
    K50
    New Member


    Posts : 5
    Reputation : 1
    Language : american english

    Solved help with linking external CSS

    Post by K50 3/7/2012, 08:30

    Hello, I'm K50.

    I'm currently working on a new HTML page for a site I'm an administrator of but I'm having trouble with the CSS sheets. I don't want to use the CSS the forums do, I want it completely unique. I was wondering how, if possible, I could host a CSS sheet and link to it with a < link rel .... > function in that HTML page?

    Hopefully that makes sense, I'm a rookie with CSS Razz thanks for the help.


    Last edited by K50 on 7/7/2012, 20:44; edited 2 times in total
    avatar
    K50
    New Member


    Posts : 5
    Reputation : 1
    Language : american english

    Solved Re: help with linking external CSS

    Post by K50 7/7/2012, 09:00

    *bump* am I in the wrong forum or does nobody else know right now?
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: help with linking external CSS

    Post by runawayhorses 7/7/2012, 17:22

    I'm not sure I understand your question. You cannot host your own CSS stylesheet you have to use forumotions. If you don't want the stylesheet to have any influence on your html page set it to not show the header and footer, and use html coding to override anything the CSS stylesheet might be producing.
    Mike
    Mike
    Hyperactive


    Male Posts : 4255
    Reputation : 471
    Language : English, HTML, CSS
    Location : Loveland, Colorado

    Solved Re: help with linking external CSS

    Post by Mike 7/7/2012, 18:49

    you can make your own css.

    Make an HTML page called "css2.css"

    then use the link rel on the custom page for it.

    Alternatively... you can do this in the same HTML page as what you're designing:

    Code:
    <style type="text/css">
    CSS GOES HERE
    </style>
    avatar
    K50
    New Member


    Posts : 5
    Reputation : 1
    Language : american english

    Solved Re: help with linking external CSS

    Post by K50 7/7/2012, 20:43

    Drogba921 wrote:Make an HTML page called "css2.css"
    That's what I wanted to know, thank you Smile