Stupid CSS question: Apologies in advance
-
I just upgraded a blog to WP 2.8.3. I was using the K2 theme, ancient version 0.9.6, so I upgraded K2 as well. K2 has changed a bit, so I had to redo my custom style sheet somewhat. I use a tiled image background in div#page, but the new style sheet failed to call the tile from K2’s image folder. I am using a custom style sheet in k2/styles.
I thought the syntax was
#page {
background: url(‘images/quilted_maple_tile.jpg’);
}
but this didn’t work. I ended up having to put in the full url of the
image. Could this be because the K2 folder in the my themes directory is not
entitled simply k2, but something like k2rc8v807? I apologize for the stupid question, but can’t seem to solve this.
- The topic ‘Stupid CSS question: Apologies in advance’ is closed to new replies.