For My heading at the top of my website im trying to add my logo with text next to it but im encountering 2 problems. I can't increase the size of my text without it making the header hugely increased to where it fills up the entire page... And i can't get the text to sit next to my image because of my main id for my header. Here's some code to see if you guys know what im talking about.. i don't know java script so don't use it please while trying to fix it using it cause i got no clue.. i only know css and regular html..
The main masthead that i believe is causing the problem
Code:
#masthead {
margin-bottom: 1.75em; padding-top: 1px;
background: #ABD240;
font-family: Andalus;
The main section below that im trying to edit for my header. All of fit is using the id masthead
<div id="masthead">
<img src="images/"MYimagehere.jpg" alt="" height="65">Textheretextheretextheretexthere</img>
<ol id="navlinks">
<li class="first"><a href="si

re.org">clostering main
site</a></li>
<li><a href="http//agaasjg.org">hereliehe</a></li>
<li><a href="#.html">brewing</a></li>
<li><a href="drinking-instructions.html">drinking</a></li>
<li><a href="#">products</a></li>
<li class="last"><a href="#">contact us</a></li>
</ol>
<p id="today">
October 13, 2011
</p>
</div>