1. Journal you are trying to modify:
dustfromthesoul 2. Account Level (basic, plus, paid): Basic
3. What are you trying to accomplish? Screenshots/Examples are helpful (behind a cut!): I'm trying to add a header.
I looked at the tagged header entries here and tried the codes below unsuccessfully. Any help would be greatly appreciated.
#page .layout .header
{
background: #EAEAEA url("
http://i47.tinypic.com/29zbdic.jpg") top left no-repeat;
padding-top: 200px;
}
The code above results in this.
I also tried the code below but also get a blank space, no header along with the messed up calendar. I disabled the calendar but then the navigation is obstructed by grey and the header still doesn't show up.
.header {background-image: url("
http://i47.tinypic.com/29zbdic.jpg"); background-position: top left; background-repeat: no-repeat; padding-top: 200px;}