Hallo,
wie bekomme ich es hin, dass ich an die rechte bzw linke seite der page komme, und da quarsie meine grafiken einbaun kann, und anschliesend dann ein php script einzubinden?
könnte mir da jemand helfen, damit ich erstmal rechts und links meine Navboxen "aus Grafiken" hinbekomme /Hier mal die Page auf die des soll http://web55.rbu-g.de/uwc/acc/index.php
EDIT: Das bild soll links auf an die seite direkt unter den header
also der code sieht zurzeit so aus -.-
PHP
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel='stylesheet' type='text/css' href='style.css' />
</head>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="POST">
<body>
<script type="text/javascript"
<div class="picture" align="center">
[img]http://web55.rbu-g.de/uwc/header2.JPG[/img]
[img]http://www.uwcrew.de/images/style/gs04_template001/ta01.jpg[/img]
</div>
<div id="bg">
<div id="bgInner">
[b]Accountname:[/b]
<input type="text" name="accname">
[b]Passwort:[/b]
<input type="password" name="passwort[]">
[b]Passwort wiederholen:[/b]
<input type="password" name="passwort[]">
[b]E-Mail Adresse:[/b]
<input type="text" name="email">
<input type="submit" name="submit" value="Account erstellen">
</div>
[img]http://www.uwcrew.de/images/style/gs04_template001/ta02.jpg[/img]
</div>
</body>
[img]http://www.uwcrew.de/images/style/gs04_template001/navtop.jpg[/img]
</form>
</html>
Alles anzeigen