Could a moderator here be so kind as to move this post for me into the "Web Site Graphics Design" forum, here is the link
Brunt's post. I can't post or reply to posts in that forum!!!!!!!
Hi Brunt,
I have visited your web site link in your sig, everything looks fine but you need a "index.html" to display the site as a web page. Web browers need to be told how to display information on a server. At the moment all you have is the folders in place.
Copy the following and paste it into notepad.
CODE
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Brunt's place</title>
<style fprolloverstyle>A:hover {color: #FF0000}
</style>
</head>
<body bgcolor="#DCC397">
<div align="center">
<table border="0" cellpadding="2" width="100%" height="120" bgcolor="#CAE4E4" id="table1">
<tr>
<td>
<h1 align="center"><font color="#003399"><u>Welcome to Brunt's Place</u></font></h1>
</td>
</tr>
</table>
<h2><u>Downloads</u></h2>
</div>
<div align="center">
<table border="3" cellpadding="3" cellspacing="3" width="100%" id="table2">
<tr>
<td align="center" bgcolor="#808080">
<h3 align="center"><font color="#99FFCC"><u>Codecs</u></font></h3>
</td>
</tr>
<tr>
<td height="30">
<p align="center">
<a href="http://webpages.charter.net/brunt73/Codecs/3ivx_d4_451_win.exe">
3ivx_d4_451_win.exe</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Codecs/DivXLight-511.exe">
DivXLight-511.exe</a> </td>
</tr>
<tr>
<td height="37" bgcolor="#808080">
<h3 align="center"><font color="#99FFCC"><u>Programs</u></font></h3>
</td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/CWShredder.exe">
CWShredder.exe</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/CleanUp312.exe">
CleanUp312.exe</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/EMIII.zip">
EMIII.zip</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/Folding@Home4.EXE">
Folding@Home4.EXE</a></td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/HijackThis.exe">
HijackThis.exe</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/RadLinker1010.msi">
RadLinker1010.msi</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/p95v238.exe">
p95v238.exe</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/rockxp.exe">
rockxp.exe</a> </td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/shootthemessenger.exe">
shootthemessenger.exe</a></td>
</tr>
<tr>
<td>
<p align="center">
<a href="http://webpages.charter.net/brunt73/Programs/unpnp.exe">
unpnp.exe</a> </td>
</tr>
</table>
</div>
</body>
</html>
Once you have it in notepad, save it as index.html
Then upload it to your server, but not into any of your folders!.
Now when you visit your site through a browser you will have a basic web page.
Chief.