This is verry easy to do but im not sure of how you did the rest of your codeing. Now Mlocke Your specifying Positioning(corect me if im wrong) and he asked for size. How i would do it is i would put the header in a Division(DIV) and than Make the max height/width how large you want. so..
.header
{
height: 160px
width: 800px;
}
than call the division later in your code like ..
<div id="header">
Your headers info
</div>
Last edited on Fri Apr 11th, 2008 07:59 pm by GM_Guido
|