Account Status: Free, Plus, Paid
Actions: Adding Header
Theme: 3 Column
1. At the bottom of your coding or in you
Custom CSS box insert this coding. You will be putting your image url into the (). Make sure to match the width and height to that of your image.
#header {
position: relative;
margin:auto;
width: 900px;
height: 200px;
background-image:url(IMAGE URL);
}
The snag I hit with the Custom Layout was with the "system message" area of the coding.
See Problem:
Problem Fixed:
I had to go into this section of the coding and add the padding line. The padding is the key here.
.systemmessage {
font-family:georgia;
font-size:10px;
margin: 4px;
padding: 14px;
}
Let me know if you need any help.