......BlackXStudios
I am not great at HTML. Just look at my site
http://www.sharksoftware.co.uk
I also get an "error on page" message (blasted thing)
but you said: "looks alot better beacuse of my html skills"
you used "Yahoo! PageBuilder 2.61.83" as shown from the source and the page is not that great. Sorry
Im sorry. I guess im just in a bad mood.
Ploutokratia,
Go to [href]www.w3schools.com [/href]
for help on web design (please not that Im not "dissing" as Misanthrope said but trying to help).
You could also use CSS to make you site a bit more special ( you know to change the way the site works for example the hyperlinks
an example of code would be :
<style>
a:link {color: "red"; text-decoration: none}
a:visited {color: "green"; text-decoration: none}
a:hover {text-decoration: underline}
</style>
placed in the <head> section. Please not that you may want to play with it a little as Red and Green are horrible colours to use.