You guys know that default index.html you get with you free webhosting, the grey square it has on it....I actually liked that, since i'm not to good at the designing part of websites it kinda gave me an idea for some future pages....just wondering if anybody else found it helpful?? 
Default index.html
The grey square?
What do you mean?
index.html is like the page that your browser will go to when you type in a site....
What do you mean?
index.html is like the page that your browser will go to when you type in a site....
I believe he means the default one on your page if you have not uploaded one yet...
For cpanel or DA?
does someone want to post the code for it?, cause I for one am lost, but then again I vaguely remember immediately overwriting any code that may have been on that page with my own 
i dont understand it?..
what do you mean
i don not really understand
i don not really understand
I think he meant the default page on the public_html folder kept when a new account is being created. That page is index.html for any new account. He is simply trying to say that he liked that page design. Not only that page, if you find a good website or page you could just save it and learn from it. I never copy others but I used to download them and study how they actually made it. This way I've learn a lot by now.
No problem. Change 'yourname' to yourname
<html>
<head>
<title>
yourname.frih.net
</title>
<style>
* { font-family: verdana; font-size: 10pt; COLOR: gray; }
b { font-weight: bold; }
table { height: 50%; border: 1px solid gray;}
td { text-align: center; padding: 25;}
</style>
</head>
<body>
<center>
<br><br><br><br>
<table>
<tr><td>Welcome to the home of <b>yourname.frih.net</b></td></tr>
<tr><td>To change this page, upload your website into the public_html directory</td></tr>
<tr><td><img src="logo.jpg"></td></tr>
<tr><td style="font-size: 8pt">Date Created: Sat Oct 22 11:13:23 2005</td></tr>
</table>
<br><br>
</center>
</body>
</html>
Is this what you want?
Greetz, JohanFH
<html>
<head>
<title>
yourname.frih.net
</title>
<style>
* { font-family: verdana; font-size: 10pt; COLOR: gray; }
b { font-weight: bold; }
table { height: 50%; border: 1px solid gray;}
td { text-align: center; padding: 25;}
</style>
</head>
<body>
<center>
<br><br><br><br>
<table>
<tr><td>Welcome to the home of <b>yourname.frih.net</b></td></tr>
<tr><td>To change this page, upload your website into the public_html directory</td></tr>
<tr><td><img src="logo.jpg"></td></tr>
<tr><td style="font-size: 8pt">Date Created: Sat Oct 22 11:13:23 2005</td></tr>
</table>
<br><br>
</center>
</body>
</html>
Is this what you want?
Greetz, JohanFH
Related topics
