PSD-Tutorials.de
Forum für Design, Fotografie & Bildbearbeitung
Tutkit
Agentur
Hilfe
Kontakt
Start
Forum
Aktuelles
Besonderer Inhalt
Foren durchsuchen
Tutorials
News
Anmelden
Kostenlos registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Menü
Anmelden
Kostenlos registrieren
App installieren
Installieren
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Antworten auf deine Fragen:
Neues Thema erstellen
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
Webseite mittig ausrichten
Beitrag
<blockquote data-quote="heuschnie" data-source="post: 1541579" data-attributes="member: 274617"><p><strong>AW: Webseite mittig ausrichten</strong></p><p></p><p>[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p><p><html xmlns="http://www.w3.org/1999/xhtml"></p><p><head></p><p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p><p><title>Max-Heuschneider.de</title></p><p></p><p><style type="text/css"></p><p></p><p>img{</p><p> border: none;</p><p>}</p><p></p><p>iframe{</p><p> border: none;</p><p>}</p><p></p><p>body</p><p>{</p><p>background-color:#a8a8a8;</p><p>}</p><p></p><p>#Wrapper {</p><p>width:904px;</p><p>margin:0 auto;</p><p>background-image:url(Background.png); </p><p>}</p><p></p><p>#Home_Button</p><p>{</p><p> position: fixed;</p><p> width: 73px;</p><p> height: 29px;</p><p> z-index: 2;</p><p> left: 207px;</p><p> top: 60px;</p><p> }</p><p> </p><p>#Ich_Button</p><p>{</p><p> position: fixed;</p><p> width: 48px;</p><p> height: 29px;</p><p> z-index: 3;</p><p> left: 311px;</p><p> top: 60px;</p><p> }</p><p> </p><p>#Referenzen_Button</p><p>{</p><p> position: fixed;</p><p> width: 149px;</p><p> height: 29px;</p><p> z-index: 4;</p><p> left: 388px;</p><p> top: 60px;</p><p> }</p><p> </p><p>#Gaestebuch_Button</p><p>{</p><p> position: fixed;</p><p> width: 117px;</p><p> height: 29px;</p><p> z-index: 5;</p><p> left: 571px;</p><p> top: 60px;</p><p> }</p><p></p><p>#Textfeld</p><p>{</p><p> font-size:19px;</p><p> position: fixed;</p><p> width: 481px;</p><p> height: 257px;</p><p> z-index: 10;</p><p> top: 362px;</p><p> left: 205px;</p><p>}</p><p></p><p>#Twitter</p><p>{</p><p> position: fixed;</p><p> width: 215px;</p><p> height: 456px;</p><p> z-index: 11;</p><p> top: 419px;</p><p> left: 709px;</p><p>}</p><p> </p><p></p><p>#Twitter_Body</p><p>{</p><p> background:url(Twitter.png);</p><p> position: fixed;</p><p> width: 294px;</p><p> height: 590px;</p><p> z-index: 10;</p><p> top: 340px;</p><p> left: 669px;</p><p>}</p><p></style></p><p></p><p></head></p><p><body></p><p><div id="Wrapper"></p><p><div id="Home_Button"></p><p><a href="Index.html" ></p><p><img src="Button_Home.png"></a></div></p><p></p><p><div id="Ich_Button"></p><p><a href="Ich.html" ></p><p><img src="Button_Ich.png" /></a></div></p><p></p><p><div id="Referenzen_Button"></p><p><a href="Referenzen.html"></p><p><img src="Button_Referenzen.png" ></a></div></p><p></p><p><div id="Gaestebuch_Button"></p><p><a href="Gaestebuch.html" ></p><p><img src="Button_Gaestebuch.png" /></a></div></p><p></p><p><div id="Textfeld" ></p><p> <P />Das ist nun meine neue Webseite.<br /></p><p> <p>Eigentlich hatte ich gar nicht vor, eine Neue zu machen, aber mein Vater hat aus Versehen meine Alte gelöscht.</p></p><p> <p>Naja die neue ist ja auch nicht so schlecht. :D</p></p><p> <p>Ich hoffe sie gefällt euch und wenn ihr noch Fehler entdeckt bitte melden. </p></p><p></div></p><p><div id="Twitter_Body"></p><p></p><p></div></p><p></p><p><div id="Twitter"></p><p><script src="http://widgets.twimg.com/j/2/widget.js"></script></p><p><script></p><p>new TWTR.Widget({</p><p> version: 2,</p><p> type: 'profile',</p><p> rpp: 10,</p><p> interval: 6000,</p><p> width: 'auto',</p><p> height: 366,</p><p> theme: {</p><p> shell: {</p><p> background: '#ffffff',</p><p> color: '#000000'</p><p> },</p><p> tweets: {</p><p> background: '#ffffff',</p><p> color: '#000000',</p><p> links: '#0e086b'</p><p> }</p><p> },</p><p> features: {</p><p> scrollbar: true,</p><p> loop: false,</p><p> live: false,</p><p> hashtags: false,</p><p> timestamp: true,</p><p> avatars: false,</p><p> behavior: 'all'</p><p> }</p><p>}).render().setUser('heuschnie').start();</p><p></script> </p><p></div></p><p></div></p><p></body></p><p></html></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="heuschnie, post: 1541579, member: 274617"] [b]AW: Webseite mittig ausrichten[/b] [CODE]<!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Max-Heuschneider.de</title> <style type="text/css"> img{ border: none; } iframe{ border: none; } body { background-color:#a8a8a8; } #Wrapper { width:904px; margin:0 auto; background-image:url(Background.png); } #Home_Button { position: fixed; width: 73px; height: 29px; z-index: 2; left: 207px; top: 60px; } #Ich_Button { position: fixed; width: 48px; height: 29px; z-index: 3; left: 311px; top: 60px; } #Referenzen_Button { position: fixed; width: 149px; height: 29px; z-index: 4; left: 388px; top: 60px; } #Gaestebuch_Button { position: fixed; width: 117px; height: 29px; z-index: 5; left: 571px; top: 60px; } #Textfeld { font-size:19px; position: fixed; width: 481px; height: 257px; z-index: 10; top: 362px; left: 205px; } #Twitter { position: fixed; width: 215px; height: 456px; z-index: 11; top: 419px; left: 709px; } #Twitter_Body { background:url(Twitter.png); position: fixed; width: 294px; height: 590px; z-index: 10; top: 340px; left: 669px; } </style> </head> <body> <div id="Wrapper"> <div id="Home_Button"> <a href="Index.html" > <img src="Button_Home.png"></a></div> <div id="Ich_Button"> <a href="Ich.html" > <img src="Button_Ich.png" /></a></div> <div id="Referenzen_Button"> <a href="Referenzen.html"> <img src="Button_Referenzen.png" ></a></div> <div id="Gaestebuch_Button"> <a href="Gaestebuch.html" > <img src="Button_Gaestebuch.png" /></a></div> <div id="Textfeld" > <P />Das ist nun meine neue Webseite.<br /> <p>Eigentlich hatte ich gar nicht vor, eine Neue zu machen, aber mein Vater hat aus Versehen meine Alte gelöscht.</p> <p>Naja die neue ist ja auch nicht so schlecht. :D</p> <p>Ich hoffe sie gefällt euch und wenn ihr noch Fehler entdeckt bitte melden. </p> </div> <div id="Twitter_Body"> </div> <div id="Twitter"> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 10, interval: 6000, width: 'auto', height: 366, theme: { shell: { background: '#ffffff', color: '#000000' }, tweets: { background: '#ffffff', color: '#000000', links: '#0e086b' } }, features: { scrollbar: true, loop: false, live: false, hashtags: false, timestamp: true, avatars: false, behavior: 'all' } }).render().setUser('heuschnie').start(); </script> </div> </div> </body> </html> [/CODE] [/QUOTE]
Bilder bitte
hier hochladen
und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Zitate einfügen…
Authentifizierung
Wenn ▲ = 5, ▼ = 2 und ■ = 7, was ist ▲ × ▼ + ■?
Antworten
Start
Forum
Sonstiges
Webdesign, Webentwicklung & Programmierung
Webdesign: HTML/CSS, Responsive Design, Sass...
Webseite mittig ausrichten
Oben