considering that i've only spent 1/2 hour to 1 hour on this, what do you think of this website im making
the HTML file:
<html>
<head>
<title>Page</title>
<link href="pics/style1.css" rel="StyleSheet">
</head>
<body background="pics/background.bmp">
<font face="verdana">
<table cellspacing="2" cellpadding="2">
<tr><td>
<table width="600">
<!-- Naviagation -->
<table><tr><td width="600"><h5><img src="pics/bannerempty.jpg" alt="I need to be made properly! :p"
width="600" height="100"></td></tr></table>
<table><tr><td><a href="global1.html" onmouseover="window.status='--Global Link 1--'; return true"
onmouseout="window.status=''; return true">Global Link 1</a> | </td>
<td><a href="global2.html" onmouseover="window.status='--Global Link 2--'; return true" onmouseout="
window.status=''; return true">Global Link 2</a> | </td>
<td><a href="global3.html" onmouseover="window.status='--Global Link 3--'; return true" onmouseout="
window.status=''; return true">Global Link 3</a> | </td>
<td><a href="global4.html" onmouseover="window.status='--Global Link 4--'; return true" onmouseout="
window.status=''; return true">Global Link 4</a> | </td>
<td><a href="global5.html" onmouseover="window.status='--Global Link 5--'; return true" onmouseout="
window.status=''; return true">Global Link 5</a></td></tr></table>
<!-- End Nav -->
</td></tr>
<tr><td>
<table cellspacing="2" cellpadding="5" border="1" bordercolor="black">
<tr>
<td valign="top">
<!-- Mini Nav -->
Navigation
<h5>
<a href="local1.html" onmouseover="window.status='--Local Link 1--'; return true" onmouseout="window.
status=''; return true">Local Link 1<br>
<a href="local2.html" onmouseover="window.status='--Local Link 2--'; return true" onmouseout="window.
status=''; return true">Local Link 2<br>
<a href="local3.html" onmouseover="window.status='--Local Link 3--'; return true" onmouseout="window.
status=''; return true">Local Link 3<br>
<a href="local4.html" onmouseover="window.status='--Local Link 4--'; return true" onmouseout="window.
status=''; return true">Local Link 4<br>
<a href="local5.html" onmouseover="window.status='--Local Link 5--'; return true" onmouseout="window.
status=''; return true">Local Link 5<br>
</h5>
<!-- End Mini Nav -->
</td>
<td width="480" valign="top">
<!-- Main -->
Title
<h5>
This be an empty file for filling! Ooo ahh!
<p>
Hey, so your interested in buying a site. Pages like this are very cheap (£10 or so) and I will maintain it for
you and set up a forum (note you are not paying for the forum), and use FTP to update your site on your
domain (you have to get that) for more money, but not much.
<p>
Additionally, I could design a Flash/Swish site for you. However, it would cost more, take longer, and I cant
guarantee success, so go elsewhere (unless I can get my friend to do it) until I learn.
<p>
<i>N30F15H</i>
</h5>
<!-- End Main -->
</td>
</tr>
</table>
</td></tr>
</table>
</font>
</body>
</html>
and the css file is as follows:
body {
font-size: x-small;
}
A:VISITED {
color: black;
text-decoration: none;
}
A:ACTIVE {
color: Gray;
text-decoration: none;
}
A:LINK {
color: black;
text-decoration: none;
}
a:HOVER {
color: Teal;
}
there's also a banner that goes at the top: it has a black border so it shows up, it's only a box so i wont bother to upload it