Sie sind nicht angemeldet.

[Benutzerfehler] Kontaktformular

1

Donnerstag, 10. Januar 2013, 23:09

Kontaktformular

Hallo,

ich verzweifle gerade am Kontaktformular und Gästebuch. Habe mir jetzt ganz viel im Forum darüber durch gelesen, aber ich kriege es trotzdem nicht hin.

Ich habe eine Seite, welche ich nicht selbst gemacht habe. Habe sie so bekommen und an cms2day angepasst.
Anscheinend aber nicht gut genug, weil sonst würde es ja klappen. :(

Folgende Seite:
http://www.schamanica.de/index.php?seite=home

Kontaktformular und Gästebuch, sind kacke formatiert und diese 3 komischen Felder sind da.

index.html

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
<!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" xml:lang="de" lang="de" id="team-magnus-jedamus-de">

<head>
  <title>Startseite | Schamanica.de</title>  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />  <meta http-equiv="content-style-type" content="text/css" />  <style type="text/css">	body {		margin: 0;		padding-top: 0;		padding-bottom: 0;		padding-left: 0;		padding-right: 0;
	}  </style>  <link rel="stylesheet" type="text/css" href="<?php mytemplate_dir(); ?>/css/template.css" />  <link rel="stylesheet" type="text/css" href="<?php mytemplate_dir(); ?>/css/global.css" /> <!--[if lt IE 8]><style>.outer, .wide, h2, .wrapper, .minwidth {    _height: 0;    zoom: 1;}/* rimuove complicazione per Gecko 1.7- */.left {    margin-right: 0;}</style><![endif]--><!--[if lt IE 7]><style>.minwidth {    border-left: 604px solid #fff;}.wrapper {    width: 960px;    margin-left: -604px;    position: relative;}</style><![endif]-->  <link rel="canonical" href="http://team-magnus-jedamus.de/index.php?index" />  <meta name="keywords" content="Schamanen, Schamanismus, Lucky Child, schamanismus" />  <meta name="generator" content="phpwcms 1.5 (r438)" /></head><body><link rel="stylesheet" type="text/css" href="stylesheet.html"><div class="minwidth"><div class="wrapper">      <div class="left"><div class="inleft">           	<?php showFrontendLevelMenu(0,1,'false','<ul>|</ul>','<li class="middle">|</li>','<li class="first">|</li>','<li class="last">|</li>'); ?>
    </div></div> <!-- end left div -->  	<div id="content">			<div id="text"> <div class="center">		<div class="incenter">

<div style="margin:15px 0 0 0;padding:0;" class="spaceBeforeCP"></div>
	<?php page_content(); ?> 			</div>	</div>			</div>	</div>
  
 <div class="bottom">  	<?php page_footer(); ?><div class="inbottom">    </div></div> </div></div><!-- end minwidth / wrapper div --></body>

</html>


template.css

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
 body {    background-position: top center;    color: 000#;    background-color: #FFF;    font-family: verdana, Georgia, serif;    font-size: 80%;	background-image: url(../images/bg.jpg);}
#content {

	float: left;    width: 730px;    margin-left: 0px;}
}
#text {
	padding: 0px 10px 10px 10px;	min-height: 100px;	background-image: url(../images/main.png);	margin-bottom: 10px;
}
.bottom {	clear: left;	padding-top: px;}
.inbottom {	background-color: #a3bbff;} .wrapper {	margin-top: 250px;	margin-left: auto;	margin-right: auto;    width: 960px;}.outer {    margin-left: 210px; /* 200px;  /* L */    background-color: #e5e5e5; /* #fcd; right color */}.center {    float: left;    width: 730px;    margin-left: 0px;} .incenter {	padding: 0px 10px 10px 10px;	min-height: 100px;	background-image: url(../images/main.png);	margin-bottom: 10px;}.left {    float: left;    width: 210px;    margin-right: 20px;}.minwidth {    min-width: 604px;}
.inleft {	background-color: #83cad5;	min-height: 100px;}
 /* ------------------------ */  /* previene allargamento floats (hidden) \*//*/* html .inleft, * html .incenter {    width: 100%;    overflow: hidden;}* html .center {    margin-left: 0;}* html .left {    margin-right: 1px;}* html .minwidth {    border-left: 604px solid #fff;}* html .wrapper {    margin-left: -604px;}/**//*.outer {    word-wrap: break-word;}*/


global.css

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 cms2day <http://www.cms2day.de> Author: Matthias Müller <http://www.breakmedia.de> Copyright (c) 2007-2012, Ernst Metzger & Matthias Müller
 TEMPLATE [Last Update] 20.01.2012
*/
/* - TABELLEN INLAY STYLES FÜR MODULE + MELDUNGEN - */
table.inlay {
	border: 1px solid #e0e0e0;	background: #f0f0f0;	overflow: hidden;	text-align: left;	color: #595959;	position: relative;	margin: 0px 0px 20px 0px;
}
table.inlay tr td {
	padding: 20px 20px 0px 20px;
}
table.inlay tr td p {
	margin: 0px;	overflow: hidden;	}
table.inlay tr td .formular {
	width: 98%;	height: 18px;	padding: 4px 0px 0px 5px;	margin: 2px 0px 2px 0px;	background: #fff;	border: 1px solid #e0e0e0;	font-size: 11px;	color: #595959;	font-family: "Verdana";	}
table.inlay tr td .textarea {
	width: 98%;	height: 150px;	padding: 4px 0px 0px 5px;	margin: 2px 0px 2px 0px;	background: #fff;	border: 1px solid #e0e0e0;	font-size: 11px;	color: #595959;	font-family: "Verdana";	}
table.inlay tr td span.button {		/* - Style für <span> vor den Buttons - */	}
table.inlay tr td input.button {
	height: 24px;	background: #f0f0f0;	overflow: hidden;	margin: 4px 0px 0px 0px;	padding: 0px 0px 0px 5px;	border: none;	color: #595959;	font-size: 9px;	font-family: "Verdana";	font-weight: bold;	text-align: right;	cursor: pointer;	}
/* - PAGEBREAK NAV - */
div.PageBreakNav {
	margin: 40px 0px 20px 0px;
	}
div.PageBreakNav {		color: #A6ABAF;	padding: 0px 0px 0px 0px;
}
div.PageBreakNav span.aktiv {		color: #333;	font-weight: bold;	}
div.PageBreakNav span.link a {		color: #333;	text-decoration: none;	}
div.PageBreakNav span.link a:hover {		text-decoration: underline;	}


Die global.css habe ich aus dem Template "simple" einfach so übernommen.

Gibt es irgendwie eine Möglichkeit, wie ich das jetzt relativ schnell gut aussehen lassen kann, oder muss ich die Page von Grund auf neu aufbauen?

Ich danke schon mal im vor raus.

Freundliche Grüße.

Werbung

cms2day

Profi

  • »cms2day« ist männlich

Beiträge: 1 282

CMS Version: 4.x/5.x

Beruf: Webentwickler

Paypal:

  • Nachricht senden

2

Freitag, 11. Januar 2013, 00:36

Schau Dir mal das Original Template von cms2day, Freshclean, genau an.
Dort findest Du im Header eine Funktion, page_header(); - Die sollte in deinem Template nicht fehlen.
So, wie Dein Template aktuell erstellt ist, stimmt das so garnicht. Bitte vergleiche mal, dann merkst du es.

:|

Werbung

3

Freitag, 11. Januar 2013, 23:58

das wars. danke die viel mals. :)

Werbung