W.R wrote:
Quote:
Okay I am now using Notepad to do the coding.. |
I still suggest getting a decent editor:
<http://www.allmyfaqs.com/faq.pl?HTML_editors>
Quote:
I want to squeeze the lines together now... they have
a lot of white space between them at the moment. |
Use CSS to alter the margins.
Quote:
Existing code is as follows: |
Your Doctype is missing.
Quote:
h1><center>Wayne A. Rowe</center></h1 |
<center> is deprecated. Use CSS for this.
Quote:
h3><center><basefont size="2">3204N 4900E<br |
<basefont> is deprecated (I think - it might not have been part of the
standard to start with), and isn't allowed outside the <head> anyway. You
are also missing your </h2>.
I'm not going to point out the rest of your syntax errors. Try
<http://validator.w3.org/>
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is