fixed it i had todo this just incase other users are having the same problem go here
ACP > Styles & Templates>Search in Templates >
Search in template for this:
Now Go To Navbar
BEFORE:
Code:
<!-- header -->
<table cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
<tr>
<td align="left"><img src="$stylevar[imgdir_misc]/logo copy.gif" width="600" height="95" border="0" alt="SGD">
<td align="center" width="100%" style="background: url($stylevar[imgdir_misc]/logo_fill.gif) repeat-x top left; font-weight: bold; color: #6a6a6a;"></td>
AFTER:
Code:
<!-- header -->
<table cellpadding="0" cellspacing="0" width="100%" align="center" border="0">
<tr>
<td align="center"><img src="IMAGE LOCATION GOES HERE" width="100%" height="95" border="0" alt="mpgamerz.net">
Just Copy The Code Above For The Top HEADER Part Only And For This Part
IMAGE LOCATION GOES HERE Put Your Image Location Example:
www.yoursite.com/images/logo.gif
To See How It Looks on my Website Go > HERE