Hi guys,
I wondered if anybody knew how to post an image in the header? I know that I just can't upload one.
I have this text to do with header:
#header .description {
font-size:1em;
margin:0 40px;
}
#header {
background:#111;
height:180px;
width:750px;
}
#header_content {
background:#900;
border-left:10px solid #600;
border-right:10px solid #600;
color:#fff;
height:180px;
position:relative;
margin:0 !important;
}
#header_middle {
height:180px;
margin:0 0 0 10px;
}
#header_content a {
background:#262626;
color:#FFF;
text-decoration:none !important;
}
#header_content a:hover {
background:#333;
color:#FFF;
text-decoration:none !important;
}
#header_content .current_page_item a {
background:#333;
}
#header_content .current_page_item a:hover {
background:#393939;
}
#header_content #title a {
background:none;
Which bit do I post the URL in?
Many thanks!