HighDots Forums  

Re: Moving on .. need help

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Re: Moving on .. need help in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David Dorward
 
Posts: n/a

Default Re: Moving on .. need help - 08-16-2004 , 01:10 PM






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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.