2 şekilde koyabilirsin.
1 aşağıdaki kod gibi
<div id="header">
<div id="header-top">
<div id="logo-right">
<a href="#" title="dizi izle"><img src="logo.jpg" border="0"></a>
<a href="reklamlinki" target="_blank"><img src="reklam.gif" border="0"></a>
</div>
</div>
2: aşağıdaki kod gibi
<div id="header-top">
<div id="logo">
<a href="/" title=""> <img src="logo.gif" alt=" Logo" title="dizi izle" border="0"></a>
</div>
<div id="logo-right">
Buraya reklam kodu
</div>
</div>
aşağıdaki kodlarıda css ne ekle
#header {
width:955px;
margin:0px auto;
padding:0px;
background:url(header-bg.gif) left top repeat-x #FFF;
text-align:left;
}
#header-top {
width:955px;
height:95px;
margin-bottom:10px;
}
#logo {
float:left;
padding-top:7px;
}
#logo-right {
width:728px;
float:right;
padding-top:7px;
}Kolay gelsin.