help with linking external CSS
3 posters
Page 1 of 1
help with linking external CSS
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 thanks for the help.
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 thanks for the help.
Last edited by K50 on July 7th 2012, 8:44 pm; edited 2 times in total
K50- New Member
- Posts : 5
Reputation : 1
Language : american english
Re: help with linking external CSS
*bump* am I in the wrong forum or does nobody else know right now?
K50- New Member
- Posts : 5
Reputation : 1
Language : american english
Re: help with linking external CSS
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.
Re: help with linking external CSS
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:
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>
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: help with linking external CSS
That's what I wanted to know, thank youDrogba921 wrote:Make an HTML page called "css2.css"
K50- New Member
- Posts : 5
Reputation : 1
Language : american english
Similar topics
» Linking in post to external web site
» Linking the Banner to the homepage
» Internal Linking Help
» Creating a simple linking Widget
» Having troubles linking my domain
» Linking the Banner to the homepage
» Internal Linking Help
» Creating a simple linking Widget
» Having troubles linking my domain
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum