ich bin der Mark und bin 29 Jahre alt. Habe IT-Systemelektroniker gelernt und beschäftige mich derzeit viel mit Fotographie und Webdesign (ok nicht so gut wie ihr es hier könnt).
Ich habe ein Programm gekauft, welches sich Website X5 Revolution 8 nennt.
Damit habe ich mir eine Seite zusammengeschustert http://mark-mueller.com Mein Problem ist nun, das ich meine Seite nicht drucken kann. Also die Headergrafik und die Farben werden einfach gelöscht.
Ich denke das hat mit dieser print.css zu tun.
Aber wie erstelle ich diese so, dass man alles wie am Bildschirm zu sehen ist drucken kann?
Hier ist die print.css:
body {
text-align: center;
margin: 15px 0 0 0;
padding: 0;
}
h1 {
position: static;
margin: 0; padding: 0;
}
#imSite {
width: 768px;
margin: 0 auto;
text-align: left;
}
#imHeader {
border-bottom: 1px solid #555555;
}
#imMenuMain, #imMenuSub {
position: absolute;
visibility: hidden;
}
#imContent {
margin: 5px 0 5px 0;
}
#imFooterSiteMap {
position: absolute;
visibility: hidden;
}
#imFooter {
border-top: 1px solid #555555;
padding: 3px 0 5px 0;
margin-top: 8px;
clear: both;
font: 11px Arial, Helvetica, sans-serif; color: #000000;
}
#imFooter a:link, #imFooter a:visited, #imFooter a:hover, #imFooter a:active {
color: #000000; text-decoration: none;
}
#imFooter_L {
float: left;
}
#imFooter_R {
float: right;
}
Das hier steht in der templates.css
body {margin: 0; padding: 0; background-image: url('bg.png'); background-repeat: repeat; background-position: left top; }
#imSite {width: 930px; margin: 15px auto; text-align: left; }
#imHeader {height: 220px; background-color: #C0C0C0; background-image: url('top.jpg'); background-repeat: no-repeat; }
#imBody {background-color: #FFFFFF; }
#imMenuMain {width: 148px; float: left; padding: 25px 0 0 7px; }
#imContent {width: 768px; float: left; margin-top: 15px; }
#imFooter {clear: both; height: 35px; background-color: #C0C0C0; background-image: url('bottom.gif'); background-repeat: repeat-x; background-position: left top; }
Ich danke euch jetzt schon für eure Bemühungen einem Anfänger zu helfen?
Mark
