Ich weiß aber so setze ich doch die Breite des Bildes 100% des Bildes. Also wird das nicht skalliert oder doch?
edit1: Text hinzugefügt. Edit2// Edit vergessen
@Greekz zu deiner Antwort mit dem PHP dokument und und <style>
Ich bekomme nen Fehler und zwar weil er in PHP kein < kennt. Hier der Code.
PHP
<?php
<style type="text/css">
a {
text-decoration: none;
position: absolute;
}
a:hover {
color: ff0000;
text-decoration: underline;
}
a:active {
color: ff0000;
text-decoration: underline;
}
.NichtAufSeite {color: ffffff;}
.AufSeite {color: ff0000;}
.label1 {color: ffffff; position: absolute;}
.label2 {position: absolute; font-size: 14;}
input {position: absolute;}
#Header {margin-left: -8; margin-top: -8; width: 100%;}
#anmelden {top: 12; left: 20;}
#register {top: 12; left: 100;}
#BenutzernameLabel1 {margin-top: 150; margin-left: 250;}
#BenutzernameLabel2 {margin-top: 175; margin-left: 450;}
#BenutzernameBox {margin-top: 150; margin-left: 450; width: 650;}
#PasswortLabel1 {margin-top: 200; margin-left: 250;}
#PasswortLabel3 {margin-top: 225; margin-left: 450;}
#PasswortBox1 {margin-top: 200; margin-left: 450; width: 650;}
#PasswortLabel2 {margin-top: 250; margin-left: 250;}
#PasswortLabel4 {margin-top: 275; margin-left: 450;}
#PasswortBox2 {margin-top: 250; margin-left: 550;; width; 650;}
#EmailLabel1 {margin-top: 300; margin-left: 250;}
#EmailLabel3 {margin-top: 325; margin-left: 450;}
#EmailBox1 {margin-top: 300; margin-left: 450; width: 650;}
#EmailLabel2 {margin-top: 350; margin-left: 250;}
#EmailLabel4 {margin-top: 375; margin-left: 450;}
#EmailBox2 {margin-top: 350; margin-left: 450; width: 650;}
#checkboxlabel1 {margin-top: 400; margin-left: 270;}
#checkboxlink {margin-top: 400; margin-left: 350;}
#checkboxlabel2 {margin-top: 400; margin-left: 515;}
#checkbox {margin-top: 400; margin-left: 250;}
#Submit {margin-top: 450; margin-left: 450;}
</style>
?>
Alles anzeigen
Oder muss ich überall echo vor schreiben?