Header einfügen, bitte um Hilfe!
Hallo Forum,
ich habe folgendes Problem.
Ich bin gerde dabei einen Blog zu erstellen und möchte einen Header einbinden.
das Problem ist, ich weiß nich wie ich die bestimmten daten in das style.css
bekomme um das Bild (header) welches ich erstellt habe hochzu laden, bzw einzufügen.
Über Hilfe wäre ich sehr dankbar.
Beste Grüße
Code
/*
------------------------------------------------------------------------
Theme Name: News
Theme URI: [url=http://quommunication.com/]Quommunication - New Kind of Design Solutions[/url]
Description: A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version: 1.02
Author: Quommunication
Author URI: [url=http://quommunication.com/]Quommunication - New Kind of Design Solutions[/url]
------------------------------------------------------------------------
Support: Bence Kucsan, [email]support@quommunication.com[/email]
Updated: January 14 2008
Copyright: (c) 2008 Quommunication, a product of Bence Kucsan
All rights reserved.
------------------------------------------------------------------------
CONTAINER - The 980px wide wrapper used in header, main menu, and more
------------------------------------------------------------------------
*/
.container {
margin: 0px auto;
padding: 0px;
width: 980px;
text-align: left;
}
/*
------------------------------------------------------------------------
HEADER - Logo & Search Form
------------------------------------------------------------------------
*/
#header {
margin: 0px auto;
padding: 0px;
width: 980px;
height: 70px;
text-align: left;
}
.logo, .logo a, .logo a:visited {
margin: 10px 0px 0px 0px;
padding: 0px;
font-family: Geneva, Arial;
font-size: 40px;
font-weight: bold;
letter-spacing: -2px;
color: #cc0000;
text-decoration: none;
float: left;
}
.search {
margin: 32px 0px 0px 0px;
padding: 5px;
background-color: #eeeeee;
float: right;
}
.search .input {
margin: 0px 3px 0px 0px;
padding: 6px 7px 5px 7px;
width: 230px;
font-family: Arial;
font-size: 11px;
color: #999999;
border-left: 1px solid #bbbbbb;
border-top: 1px solid #bbbbbb;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
}
.button {
margin: 0px;
padding: 0px 8px 0px 8px;
height: 25px;
background-color: #000000;
font-family: Arial;
font-weight: bold;
text-transform: uppercase;
font-size: 10px;
color: #ffffff;
border: 0px;
}
/*
Alles anzeigen