• Hey,
    I’ve got kinda a really werid problem, made a basic site, index.php is linked fine with style.css but for some reason WP is not pulling any div id and class attributes out of the CSS (width, margin, border) but it is useing things like Theme Name and the other comments. When i take a look with Firebug, it tell me that the requested url /wp-content/themes/fontrock/style.css was not found on the server. I really want to keep on following the WordPress for Designers tutorials on https://blog.themeforest.net but i cant get any where.

    Anyone got any idea?

    Cheers,
    Sam Rockwell

Viewing 3 replies - 1 through 3 (of 3 total)
  • How are you linking to your style sheet within your index.php? Did you try using:

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    Is the stylesheet in the same directory as your index.php?

    Thread Starter sam-rockwell

    (@sam-rockwell)

    Yes and yes, but because u made me check it again i noticed i missed a ” so added that now every things sweet as. why is it i spend hours on the most simplest of problems? lol fucking php.

    Cheers Simon,

    Sam Rockwell

    Ha ha – can’t tell you how many times I’ve done things like that.

    Glad you got it sorted.

    Si

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bloody STYLESHEET Problems again… Please Help!’ is closed to new replies.