Hallo liebes Forum.
ich habe mir heute pragmaMx installiert weil ich sehr begeister von den Rezessionen bzgl. der Einbindung von Photoshop Templates bin.
Ich habe jetzt mein eigenes Template fertig und möchte dies nun in pragmaMx einbau. Leider versuch ich seit 24 Stunden verzweifelt eine übersicht aus den vielen Tutorials zusammenzustellen und daraus ein Ergebnis zu zaubern doch alles ist vergebens.
Mein PS Template ist wie folgt aufgebaut:
Ordnerstruktur:
Bilder (enthält alle Grafiken vom Template)<br>index.html(enthält den Quallcode + CSS
Der Quellcode der index.html lautet wie folgt:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<title>website</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
#Tabelle_01 {
position:absolute;
left:0px;
top:0px;
width:1134px;
height:874px;
}
#header_ {
position:absolute;
left:0px;
top:0px;
width:1134px;
height:165px;
}
#index-02_ {
position:absolute;
left:0px;
top:165px;
width:129px;
height:709px;
}
#hauptmenu_ {
position:absolute;
left:129px;
top:165px;
width:878px;
height:72px;
}
#index-04_ {
position:absolute;
left:1007px;
top:165px;
width:127px;
height:709px;
}
#content_ {
position:absolute;
left:129px;
top:237px;
width:645px;
height:576px;
}
#nebenmenu_ {
position:absolute;
left:774px;
top:237px;
width:233px;
height:576px;
}
#footer_ {
position:absolute;
left:129px;
top:813px;
width:878px;
height:61px;
}
-->
</style>
</head>
<body style="background-color:#FFFFFF;">
<div id="Tabelle_01">
<div id="header_">
<img id="header" src="images/header.jpg" width="1134" height="165" alt="" />
</div>
<div id="index-02_">
<img id="index_02" src="images/index_02.jpg" width="129" height="709" alt="" />
</div>
<div id="hauptmenu_">
<img id="hauptmenu" src="images/hauptmenu.jpg" width="878" height="72" alt="" />
</div>
<div id="index-04_">
<img id="index_04" src="images/index_04.jpg" width="127" height="709" alt="" />
</div>
<div id="content_">
<img id="content" src="images/content.jpg" width="645" height="576" alt="" />
</div>
<div id="nebenmenu_">
<img id="nebenmenu" src="images/nebenmenu.jpg" width="233" height="576" alt="" />
</div>
<div id="footer_">
<img id="footer" src="images/footer.jpg" width="878" height="61" alt="" />
</div>
</div>
</body>
</html>
Das Template ist slicent<br>
-Header
-Menu
-Rechtes Menu
-Content
-Footer
Könnt ihr mir weiterhelfen?