Wordpress header banner problem

Status
Not open for further replies.

XAKEP

Active Member
251
2009
11
10
http://adultarchive.org/

When i try to add banner in header 728x90 i don't know why but the banner get resized and its about 490-500px. I tried adding a lot of codes for picture width but i could not fix this.

Here is the header code


PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link rel="shortcut icon" href="http://adultarchive.org/favicon.ico"> 
<?php 
    eval(str_rot13('shapgvba purpx_s_sbbgre(){vs(!(shapgvba_rkvfgf("purpx_sbbgre")&&shapgvba_rkvfgf("purpx_urnqre"))){rpub(\'Guvf gurzr vf eryrnfrq haqre perngvir pbzzbaf yvprapr, nyy yvaxf va gur sbbgre fubhyq erznva vagnpg\');qvr;}}purpx_s_sbbgre();')); 
?>
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
 elseif (is_single() ) { single_post_title(); }
 elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
 else { wp_title('',true); } ?></title>

<body>
    <div id="art-page-background-gradient"></div>
<div id="art-page-background-glare">
    <div id="art-page-background-glare-image"></div>
</div>
<div id="art-main">
<div class="art-Sheet">
    <div class="art-Sheet-tl"></div>
    <div class="art-Sheet-tr"></div>
    <div class="art-Sheet-bl"></div>
    <div class="art-Sheet-br"></div>
    <div class="art-Sheet-tc"></div>
    <div class="art-Sheet-bc"></div>
    <div class="art-Sheet-cl"></div>
    <div class="art-Sheet-cr"></div>
    <div class="art-Sheet-cc"></div>
    <div class="art-Sheet-body">
<div class="art-Header">
    <div class="art-Header-jpeg"></div>

</div>
<br />
<center>
<a href="http://adultarchive.org/advertise-on-adultarchive/" title="Adspace - www.adultarchive.org"><img src="http://adultarchive.org/468x60.jpg" title="Adspace - www.adultarchive.org" alt="Adspace - www.adultarchive.org" border="0" /></a>
<a href="http://adultarchive.org/advertise-on-adultarchive/" title="Adspace - www.adultarchive.org"><img src="http://adultarchive.org/468x60.jpg" title="Adspace - www.adultarchive.org" alt="Adspace - www.adultarchive.org" border="0" /></a>
</center>
<br />
<div class="art-nav">

    <div class="l"></div>
    <div class="r"></div>
    <ul class="art-menu">
        <?php art_menu_items(); ?>
    </ul>

</div>
<br />
 
1 comment
Knowing the theme you're using would help a lot but the code at the top of your page is interpreted as malicious so I can't take a look. If I were you I'd worry about browsers blocking access to your site first.
 
Status
Not open for further replies.
Back
Top