05/06/2003, 04:18
|
| | | Fecha de Ingreso: mayo-2003 Ubicación: Spain
Mensajes: 2.009
Antigüedad: 21 años, 6 meses Puntos: 2 | |
no es ftp es html, y se hace con un simple html, le metes un css o lo defines tu... puedes añadir textos, titulos, botones, scripts, todo lo que quieras, php... haz un fichero readme.html con esos datos y veras.... ejemplo
<html>
<head>
<html>
<head>
<title>
PHPSiteSearch
</title>
<style>
<!--
body { background-color: DimGray; color: white; font-family: arial; font-size: 80%; }
a:link { color: white; text-decoration: none; }
a:active { color: white; text-decoration: underline; }
a:hover { color: white; text-decoration: underline; }
a:visited { color: OrangeRed; text-decoration: none }
-->
</style>
<style type="text/css">
BODY {
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: black;
scrollbar-track-color: #696969;
scrollbar-arrow-color: #FF0000
}
</style>
<LINK rel="StyleSheet" type="text/css" href="../scrips/styl.css">
</head>
<body bgcolor="DimGray"></body>
<center>
<table width="388" border="0" cellspacing="1" cellpadding="0">
<tr>
<td>
<div align="center">
<input type="button" value=" volver " onclick="history.back()" class="botones3">
</td>
</tr>
</table>
</body>
</html>
con eso basta... lo pones en un directorio de tu Apache y pruebalo.... eso si no tengas un INDEX.HTML/PHP, tiene que tener ficheros y carpetas, ninguna web |