tracyjb
10-25-2006, 07:49 PM
I am completely new to using CSS for layouts.
I am using a 3rd party template (3 columns with header and footer)
can someone show me how to put more than one image in the header element?
what I am looking for is a way to put two images and some text within the header. I.E., logo on the left, title/slogan center left and an advertising banner center right.
#header {
border: 1px solid #ccc;
margin: 5px 5px 5px 5px;
height: 150px;
padding: 10px;
background-color: #EEC56B;
}
tia
I am using a 3rd party template (3 columns with header and footer)
can someone show me how to put more than one image in the header element?
what I am looking for is a way to put two images and some text within the header. I.E., logo on the left, title/slogan center left and an advertising banner center right.
#header {
border: 1px solid #ccc;
margin: 5px 5px 5px 5px;
height: 150px;
padding: 10px;
background-color: #EEC56B;
}
tia