No I dind't forgot StarBug, in fact I actually changed the colors and all. But it just won't work side by side but rather one in top of the other and it does looks pretty awful.
PS. I copied the following, one into the Navbar and the other into the additional.ccs template
PHP Code:
<vb:if condition="THIS_SCRIPT != 'search' AND !$show['notices'] AND $show['guest']">
<div class="ads_lr_wrapper">
<div class="ads_lr">
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
/* 336x280, created 10/22/10 */
google_ad_slot = "xxxxxxxxxxxxxxxx";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<div class="ads_lr_welcome">
<p id="welcome_bold_big">Welcome to sdadfadfdf!</p><br>
<p id="welcome_normal">More adsfadfad blah blah dfadfa!"</p><br>
<ul>
<li><b> »</b> adfadfadfadf</li>
<li><b> »</b> sdfasdfasdfadf</li>
<li><b> »</b> asdfasdfadfad</li>
<li><b> »</b> asdfsdfdf</li>
</ul>
<br>
<p id="welcome_bold">.Etc etc etc</p><br>
<p id="welcome_normal">blah blah blah!</p><br>
<p id="welcome_bold_big"><a href="http://www.xxxxxxx.com/register.php">Register blah blah blah </a></p><br />
<p id="welcome_small">Yadah Yadah ?etc etc adfadjkfadkjfadjf!</p>
</div>
</div>
</vb:if>
PHP Code:
.ads_lr_wrapper {
border: 2px solid #FFCC66;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background: #ECE8DB;
width:850px;
height:290px;
padding: 5px 5px 5px 5px;
}
.ads_lr {
position: relative;
background: #ECE8DB;
width: 336px;
margin-left: 10px;
margin-right: 30px;
float:left;
}
.ads_lr_welcome {
background: #ECE8DB;
position: relative;
width: 460px;
margin-top: 10px;
margin-left: auto;
margin-right: 10px;
float:right;
}
#welcome_normal {
font-size:normal;
font-family:Helvetica;
text-decoration:none;
text-align: left;
}
#welcome_small {
font-size:x-small;
font-family:Helvetica;
text-decoration:none;
text-align: left;
}
#welcome_bold {
font-weight:bold;
font-size:normal;
font-family:Helvetica;
text-decoration:none;
text-align: left;
}
#welcome_bold_big {
font-weight:bold;
font-size:large;
font-family:Helvetica;
text-decoration:none;
text-align: left;
color:#274C84;
}