• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Wordpress Foto header Statt Text Header

mrjhahn

Neues Mitglied
Hey, folgendes Problem, ich kenne mich nicht gut mit php aus, nur mit html und css darum knapp meine Frage Formuliert.

Wie kann ich anstelle eines Text Headers bei Wordpress ein Bild Header bekommen, der auch auf die Home Seite verlinkt ist?

der PHP Text
PHP:
<head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <?php wp_get_archives('type=monthly&format=link'); ?>

    <?php wp_head(); ?>
    
<!--[if IE]>
<style type="text/css">
div#cloud {position:absolute;}
div.left-quote {top:3px;left:-24px;}
div.right-quote {top:24px;right:-12px;}
div.left-thought {top:-10px;left:-30px;}
</style>
<![endif]-->
</head>
<body>


und der wichtige css part

HTML:
#about {position:absolute;top:0px;left:400px;width:216px; height:116px; font-size:30px; background-image:url(img/head.png)}
#about a {width:216px; height:116px;text-decoration:none;font-weight:bold;color:#333;}
div#description, p#credits {font-size:12px;margin-bottom:18px;}
p#credits {font-size:12px;}
p#credits a {color:#333;}

wäre toll wenn mir jemand helfen kann.

bisher schaut es so aus

http://robertkothe.de/blog/

und das ist ja noch nicht so toll
 
Zuletzt bearbeitet:
Werbung:
Zurück
Oben