Viewing 10 replies - 1 through 10 (of 10 total)
  • From the source code:

    <link rel=”stylesheet” href=”Gaza Guide” type=”text/css” media=”screen” />

    Thread Starter beff_face

    (@beff_face)

    where do I change that?
    As in my header file, I have it as the following:
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />

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

    That actually looks okay to me. Anything weird in your Dashboard > Settings > General >

    WordPress address (URL)

    Blog address (URL)

    Do those look alright?

    Thread Starter beff_face

    (@beff_face)

    http://www.eurofusion.net/gazaguide

    they both have the above?

    I am afraid I am at a loss for ideas.

    Thread Starter beff_face

    (@beff_face)

    ooh ok, thanks for trying!

    Edit your theme’s header.php.

    find

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

    replace it with

    <link type="text/css" rel="stylesheet" href="<?php echo trailingslashit( get_bloginfo('template_url') ); ?>style.css" media="screen" />

    BTW there is something wrong with your wordpress blog.. seem like all the links return 404 (not found). You might have different problem entirely

    Thread Starter beff_face

    (@beff_face)

    oh Im aware the links are working… I havent set anywhere for them to go yet. Lemme try your code.

    Thread Starter beff_face

    (@beff_face)

    it worked! thank you chaoskaizer.

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

The topic ‘Not finding CSS’ is closed to new replies.