3 Colum Custom Layout Header Insert

Mar 17, 2009 17:30

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.

help with: header-navbar, image: header, help with: images, .3-column, account: all

Previous post Next post
Up