Vielen Dank für eure Hilfe
Ich hab dann mal mit Hilfe von Dreamweaver und dem Wordpress Layout versucht ein Layout zu basteln so wie ich es von Wordpress gewphnt bin.
anzuschauen hier:
http://cms.volkerbeck.eu/cms/front_cont ... 7&idart=54
allerdings ist nur diese spezielle Seite zu testzwecken mit dem Layout versehen worden.
Dabei nutze ich den folgenden Quelltext:
Code: Alles auswählen
<!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>
<link href="css/style.css" rel="stylesheet" type="text/css">
<title>Wordpress @ Contenido</title>
</head>
<body background=http://cms.volkerbeck.eu/cms/upload/site/kubrickbgcolor.jpg
}>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="760" height="200" background="http://cms.volkerbeck.eu/cms/upload/site/kubrickheader.jpg"><div align="center" valign="bottom"><font size="18" class="seite">cms.volkerbeck.eu<br></div></td>
</tr>
<tr>
<td background="http://cms.volkerbeck.eu/cms/upload/site/kubrickbg.jpg"><table width="740" border="0" align="center" cellpadding="5" cellspacing="5">
<tr>
<td width="480" align="left" valign="top"><table width="100%" border="0">
<tr>
<td class="headline">CMS_CONTAINER[2]</td>
</tr>
<tr>
<td class="text">CMS_CONTAINER[3]</td>
</tr>
<tr>
<td class="text">CMS_CONTAINER[4]</td>
</tr>
<tr>
<td class="text">CMS_CONTAINER[5]</td>
</tr>
</table>
</td>
<td class="mainnav" width="190" align="left" valign="top"><table class="mainnav" width="100%" border="0">
<tr>
<td><p class="headline"> Navigation:CMS_CONTAINER[1] </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr class="unten" >
<td class="unten" width="760" height="63" background="http://cms.volkerbeck.eu/cms/upload/site/kubrickfooter.jpg">
<table class="unten" width="100%" border="0">
<tr class="unten" >
<td class="unten" align="center" valign="middle"><p class="unten" >CMS_CONTAINER[7] </td>
</tr>
</table>
<tr>
</tr></td>
</tr>
</table>
</body>
</html>
Wenn mir jemand helfen könnte, wäre ich mehr als dankbar, im Moment kann ich nämlich leider die Hilfnavigation (unten) nicht vom Text trennen was das Linkverhalten angeht.
So sieht die dazugehörige CSS aus:
Code: Alles auswählen
body {font-family: helvetica, arial, geneva, sans-serif; font-size: x-small; color: #000000}
.seite {font-family: helvetica, arial, geneva, sans-serif; font-size:36px; color:#ffffff; font-weight: lighter}
.headline {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; color:#006600; font-weight: bold}
.subheadline {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; color:#b22222; font weight: lighter}
.text {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; color:#000000}
.navactive {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; color:#000000}
.navpassive {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; color:#000000}
.unten {font-family: helvetica, arial, geneva, sans-serif; font-size:10px; color:#000000}
A:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #006600}
A:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #006600}
A:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: underline; color: #131313}
A:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #000000}
A.text:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration:underline; color: #ff9999}
A.text:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: underline; color: #000000}
A.text:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #DC143C}
A.text:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: underline; color: #000000}
A.navactive:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #006600}
A.navactive:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #006600}
A.navactive:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A.navactive:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #006600}
A.navpassive:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A.navpassive:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A.navpassive:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: underline; color: #006600}
A.navpassive:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12; text-decoration: none; color: #000000}
A.unten:link {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #ff0000}
A.unten:visited {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #999999}
A.unten:hover {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #ff0099}
A.unten:active {font-family: helvetica, arial, geneva, sans-serif; font-size:12px; text-decoration: none; color: #999999}
jemand eine Idee, wie ich das trennen kann? also die Navigation unten und die Textlinks?
Vielen Dank.
lg
aspedis
p.s. das Titelbild (wenn dieses Layout mal läuft) kann man mit Hilfe von Kubrickr ganz einfach anpassen
http://redalt.com/Tools/Kubrickr