You are not logged in.
Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Thomas_Haindl
God
Quoted from "Y0Gi"
.oO(wann wohl wieder die ersten granaten kommen und dreamweaver hier vorschlagen...)
Quoted from "messi@T.B.S."
erstmal solltest du wissen, dass es keine clicki-fertig lösung für php gibt,
5reimo
God
Antagonist
Full Member
Quoted from "Der"
P.S. Gibt es irgendwo ein Grundgerüst für eine HTML Homepage, weil ich habe wirklich null Ahnung davon :-/
Quoted from "Der"
P.S. Gibt es irgendwo ein Grundgerüst für eine HTML Homepage, weil ich habe wirklich null Ahnung davon :-/ Oder ist selfhtml da die Beste Hilfe?
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 |
<html> <head> <title>Dein Titel</title> </head> <body> Inhalt </body> </html> |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<? header("Content-type: text/html; charset=utf-8"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[url]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/url] <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <style type="text/css"> @import url(/css/global.css); </style> <title>Dein Titel</title> </head> <body> Inhalt </body> </html> |
Quoted from "thowi"
Ist ja n super Tipp... ich wette, genau damit sind all seine Probleme gelöst.
-