Title: External CSS style sheet
Last modified: August 20, 2016

---

# External CSS style sheet

 *  [tswilson21](https://wordpress.org/support/users/tswilson21/)
 * (@tswilson21)
 * [15 years ago](https://wordpress.org/support/topic/external-css-style-sheet/)
 * I am building my own theme. I am trying to link my external header.css style 
   sheet in my html file, but can not figure out why it is not working. header.css
   is located in wp-content/blank-Theme/css/header.css I have tried the normal way
   of linking….
 * `<link rel="stylesheet" href="css/header.css" type="text/css"`
 * but that didn’t work. I have done a search on the forums and found one that matched
   what i was trying to do. The answer recommended doing this bit of code below,
   but even that didn’t work…
 *     ```
       <title>Untitled Document</title>
       <link href="<?php bloginfo('template_directory'); ?>/header.css" rel="stylesheet" type="text/css" />
       </head>
       ```
   
 * Does anyone know how to link an external style sheet? My style.css is getting
   way to overcrowded. My website is timwilsonsblog.com (if you need it) , but it
   manly just has filler text and still needs a lot of work, so don’t judge me ;
   D

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years ago](https://wordpress.org/support/topic/external-css-style-sheet/#post-2077232)
 * you need to add the /css/ folder into this one:
 *     ```
       <link href="<?php bloginfo('template_directory'); ?>/css/header.css" rel="stylesheet" type="text/css" />
       ```
   
 *  Thread Starter [tswilson21](https://wordpress.org/support/users/tswilson21/)
 * (@tswilson21)
 * [15 years ago](https://wordpress.org/support/topic/external-css-style-sheet/#post-2077385)
 * That worked thank you!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘External CSS style sheet’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [external](https://wordpress.org/support/topic-tag/external/)
 * [sheets](https://wordpress.org/support/topic-tag/sheets/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 2 replies
 * 2 participants
 * Last reply from: [tswilson21](https://wordpress.org/support/users/tswilson21/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/external-css-style-sheet/#post-2077385)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
