Title: [NSFW] Using a Splash page, cannot load the css
Last modified: August 21, 2016

---

# [NSFW] Using a Splash page, cannot load the css

 *  Resolved [starrlo](https://wordpress.org/support/users/starrlo/)
 * (@starrlo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/)
 * So I have been using a “BeautySite” theme and am going to continue using it. 
   I have created another page I’ve labeled as splashpage.php and also a secondary
   css which is named splashpagestyle.css For some odd reason the css isn’t being
   read/displayed onto the webpage when I open the splash page. I believe I have
   all the links in order. I’ve checked the coding and validated it, I’m even able
   to run the splashindex.html in Chrome and it shows perfectly! What code might
   I be missing or is incorrect? I’m fairly new at this so, please dumb-it-down 
   a little. Lol!

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700037)
 * Can you link the webpage with the issue?
 *  Thread Starter [starrlo](https://wordpress.org/support/users/starrlo/)
 * (@starrlo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700038)
 * Here is what the splash page looks like at the moment:
    [http://starrlobabyy.com/home-page/?preview=true&preview_id=940&preview_nonce=b20e1a50cf](http://starrlobabyy.com/home-page/?preview=true&preview_id=940&preview_nonce=b20e1a50cf)
 * It’s terrible!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700039)
 * I’m sorry, we cannot view that page.
 *  Thread Starter [starrlo](https://wordpress.org/support/users/starrlo/)
 * (@starrlo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700041)
 * **[NSFW]** [http://starrlobabyy.com/home-page/](http://starrlobabyy.com/home-page/)
 * It’s kind of an adult site, btw.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700047)
 * That’s okay, we just mark them at NSFW – Not Safe For Work.
 * How are you referencing the stylesheet? See this thread [http://wordpress.org/support/topic/proper-way-to-link-to-the-stylesheet](http://wordpress.org/support/topic/proper-way-to-link-to-the-stylesheet)
 *  Thread Starter [starrlo](https://wordpress.org/support/users/starrlo/)
 * (@starrlo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700052)
 * This what I have in the header section of splashindex.html:
 *     ```
       <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
       <title>★ StarrLo Babyy ★</title>
       <link href="splashstyle.css" type="text/css" rel="stylesheet" />
       </head>
       ```
   
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700053)
 * Try this instead of your `<link>` tag:
 *     ```
       <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/splashstyle.css" media="screen" />
       ```
   
 *  Thread Starter [starrlo](https://wordpress.org/support/users/starrlo/)
 * (@starrlo)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700056)
 * Oh That worked!
    Thank you so so so much!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700057)
 * You’re welcome 🙂

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

The topic ‘[NSFW] Using a Splash page, cannot load the css’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [splash](https://wordpress.org/support/topic-tag/splash/)
 * [template](https://wordpress.org/support/topic-tag/template/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 9 replies
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/using-a-splash-page-cannot-load-the-css/#post-3700057)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
