Hi,
kann mir bitte jemand helfen:
Ich habe mir selbst folgende Seite gebastelt:
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=iso-8859-1" />
<title>We are updating our Website</title>
<style type="text/css" media="screen">
body {
margin-top: 40px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 11px;
color: #413425;
}
div#wrapper {
width: 610px;
text-align: left;
margin: auto;
}
div#mid {
background-image: url(img/mid-box.jpg);
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;
height: 164px;
padding: 20px;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="mid">
<div>
<h1 style="margin: 0; padding: 80px; padding-left:0px;font-weight: bold; font-style: italic; font-size:1200%; color:black">ENJOY</h1>
<h1 style="margin: 0; padding: 20px; padding-left:80px;font-weight: bold; font-style: italic; font-size:1200%; color:grey">CASTING</h1>
<h1 style="margin: 0; padding: 30px; padding-left:100px;font-size:120%; color:black">We are currently updating our Website</h1>
For details please contact:
</p>
</div> Diese Seite konnte ich problemlos wie folgt: index.html eingeben und über den FTP Server hochladen.
Jetzt hat mir jemand eine Seite gemacht die ich nicht mehr uploaden kann:
Er hat mir drei Dateien zugeschickt.
Index.php, logo.jpg, screen.css
Ich weiß jetzt nicht welche ich hochladen soll. Wenn ich Index.php eingebe funktioniert es nicht.
Die sieht so aus - nur Index.php, es gibt ja noch die beiden anderen.
Code:
<?
#############################################################################
# #
# Webdesign und Scripte erstellt von #
# ================================== #
# Webdesign studio #
# #
# #
#############################################################################
?>
<!--
#
##############################################
-->
<HTML>
<HEAD><TITLE>Smile Production </TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-87869-1">
<META NAME="generator" content="Webdesign Studio">
<META NAME="keywords" content="Production Company">
<META NAME="description" content="Smile Production ">
<META NAME="robots" content="index, follow">
<META NAME="Revisit-After" CONTENT="5 days">
<META NAME="Language" CONTENT="deutsch, de">
<META NAME="Author" CONTENT="webdesign studio">
<META NAME="Copyright" CONTENT="Thomas Kraft">
<LINK REL="stylesheet" TYPE="text/css" MEDIA="screen" HREF="screen.css">
</HEAD>
<BODY>
<table border=0 style="width:100%;height:100%;font-size:12px;">
<tr><td class="td_a">
[img]logo.jpg[/img]
This website is under construction
Smile Production
strasse 2
PLZ Stadt
Tel:
Fax:
</a>[/b]
</td></tr>
</table>
</BODY>
</HTML>
Kann mir bitte jemand sagen welche ich hochladen muß, und wie.
index.php oder logo.jpg oder screen.css
Vielen Dank
Thomas