• joeytrimmer

    (@joeytrimmer)


    Ok, i’m driving myself freakin crazy!!!

    I’ve been doing minor edits here and there today but for the last 4 hours or so have been fighting with this problem. I can make any minor or radical changes to my stylesheet (stye.css within my theme) and NOTHING HAPPENS!!!

    link

    for example, I just commented out the background image yet it still shows up. On multiple computers and multiple browsers.

    I don’t know where to begin troubleshooting this. Something is wrong, i must be stupid…please help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • davestinner

    (@davestinner)

    The style.css file is for printing (at least that is what you have in the code). The regular css file is joey.css

    <link href="joey.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" media="print" href="style.css" />

    chuckblue

    (@chuckblue)

    I don’t see a background image… have you cleared cache on your home computer ?

    Thread Starter joeytrimmer

    (@joeytrimmer)

    davestinner you nailed it. I KNEW I WAS BEING DUMB!

    thanks you guys.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My Stylesheet Isn’t Changing (wp 1.5)’ is closed to new replies.