Title: Stylesheet not working for theme
Last modified: August 20, 2016

---

# Stylesheet not working for theme

 *  [marcyella](https://wordpress.org/support/users/marcyella/)
 * (@marcyella)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/)
 * I made a simple theme and I could not get the stylesheet to work.
 * This is what I have:
 * > <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’);?
   > >” />
 * It should link to the style.css in the theme’s folder, right?
 * I also cannot get any of the images to load.
 * > <img src=”images/banner.jpg” alt=”banner” />
 * I assumed that I didn’t have to put the whole URL if it is in the same folder.
 * Thank you in advance!

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282002)
 * for the images, try and use:
 * `<img src="<?php bloginfo('stylesheet_directory'); ?>/images/banner.jpg" alt="
   banner" />`
 * the stylesheet code loooks ok, however, there can be other reasons why the styles
   are not applied;
 * can you post a link to your site?
 *  Thread Starter [marcyella](https://wordpress.org/support/users/marcyella/)
 * (@marcyella)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282004)
 * I tried the image code and it still does not work.
 * Here is a link to my site:
 * [http://www.davisivcf.org/testing/](http://www.davisivcf.org/testing/)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282008)
 * the stylesheet seems to be working (?)
 * the image is not stored where you think it is; or where the image url points 
   to;
    definitvely not here: /testing/wp-content/themes/IV2/images/iv2.jpg
 *  Thread Starter [marcyella](https://wordpress.org/support/users/marcyella/)
 * (@marcyella)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282069)
 * I don’t see the stylesheet at all.
 *  Thread Starter [marcyella](https://wordpress.org/support/users/marcyella/)
 * (@marcyella)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282075)
 * I changed my image URL so it now works.
 *  Thread Starter [marcyella](https://wordpress.org/support/users/marcyella/)
 * (@marcyella)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282080)
 * I cleared my cache. Now it shows up. Thank you so much for the help!

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

The topic ‘Stylesheet not working for theme’ is closed to new replies.

## Tags

 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 6 replies
 * 2 participants
 * Last reply from: [marcyella](https://wordpress.org/support/users/marcyella/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/stylesheet-not-working-for-theme/#post-2282080)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
