AW: Kleines Problem
Ok das mit den Schreibrechten ist geklärt ich danke euch da schon mal für die Tipps. Jetzt noch eine Dumme Frage von einem CMS Anfänger. Ich habe mir nach der Installation das Template angeschaut das dabei ist. Jetzt frage ich mich wie passe ich ein fertiges Html an CMS an. Also ich habe das HTML und CSS vorher fertig gemacht gehabt und wollte ja einen Admin Bereich dabei haben. Jetzt sehe ich aber das da auch wieder PHP drin ist und ich bin in PHP einfach keine Leuchte.
Also das CSS sieht jetzt so aus
@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; background:#EBEBEB; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#A0A0A0; text-align:left;}
#nav_container { background-color:#373737; width:100%; }
#nav { width:950px; height:40px; margin:0 auto; }
#nav ul { margin:10px 0 0 0; padding:0; list-style:none; float:right; }
#nav ul li { float:left; width:100px; border-right:1px dotted #666666; text-align:center; }
#nav ul li a { color:#ccc; text-decoration:none; font-size:10px; letter-spacing:1px; padding:20px;}
#nav ul li.current a, #nav ul li a:hover { color:#509dc9; }
#nav ul li.last { border:none; }
.clear { clear:both;}
#Head_container { width:950px; margin:0 auto; padding:40px 0 40px 0; }
#logo { width:215px; float:left; margin-right:75px; }
#welcome_msg { width:620px; float:left; background:url(../images/welcome-bg.png) no-repeat; padding:55px 20px 0 20px; position:relative; }
#welcome_msg p { color:#999999; font-size:16px; }
#welcome_msg img { margin:0 0 0 -20px; padding:0; position:absolute; bottom:0; }
/***** SERVICES *****/
#services_holder { background:#e0e0e0 url(../images/services-line.png) repeat-x; width:100%; }
#services { width:950px; margin:0 auto; padding:25px 0; }
h2 a, h3 a, h4 a, h5 a { color:#509dc9; text-decoration:none; font-weight:bold; font-size:14px; }
.services-block { width:220px; margin:8px; float:left; }
/***** ABOUT *****/
#about_container { background:#ececec url(../images/about-line.png) repeat-x; width:100%; padding-bottom:25px; }
#about { width:950px; margin:0 auto; padding:25px 0 0 0; }
#about_me_box { width:479px; background:#000 url(../images/about-bg.png); padding:60px 10px 0 10px; float:left; position:relative; }
#about_me_box img { position:absolute; bottom:0; left:0; }
#about_me_box p { margin-bottom:20px; }
#about_me_box span { background:url(../images/button-right.png) right no-repeat; padding:6px 10px 6px 0; }
#about_me_box span a { background:url(../images/button-left.png) left no-repeat; padding:6px 0 6px 10px; color:#fff; text-decoration:none; }
#blog { float:left; width:410px; margin-left:40px; }
#blog img { margin:20px 0 15px 0; }
#blog p.date { color:#666666; margin-top:-15px; }
.post { border-bottom:1px dotted #fff; margin-top:-18px; }
.post h6 a { color:#509dc9; text-decoration:none; font-weight:bold; font-size:12px; }
/***** FOOTER *****/
#footer_container { width:100%; background:#373737 url(../images/footer-line.png) top repeat-x; }
#footer { width:950px; margin:0 auto; padding:10px 0 10px 0; }
#footer img { margin-right:15px; border:0; }
So passt die Seite in HTML wie passe ich jetzt das ganze an CMS an damit auch alle Bilder gezeigt werden ???