Re: the Banner entry in the default stylesheet (code follow). How can I get everything inside the DIV tags to align to the bottom? I've tried vertical-align: bottom;, but it doesn't seem to work. Here is the the source:
CODE
#banner {
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
background-color: #999999;
text-align: left;
padding: 0px;
border-bottom: 1px solid #FFFFFF;
background: #8C1205 url(<$MTBlogURL$>img/logo_800_200.png) repeat;
height: 160px;
}
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
background-color: #999999;
text-align: left;
padding: 0px;
border-bottom: 1px solid #FFFFFF;
background: #8C1205 url(<$MTBlogURL$>img/logo_800_200.png) repeat;
height: 160px;
}
Hopefully, this is a no-brainer for you guys. It isn't for me.
Thanks in advance for any replies.
- Best regards,
Lee