On Fri, 21 Nov 2003 01:41:41 GMT, Morris Attaway wrote:
<snip>
>My expertise is on Microsoft products. If I can help you just let me know. I
That's why MS use lots of wizards, to make it easy.
>will try and get back with you as soon as possible. For quick tips... I
>don't mind. Now I won't sit back and guide you through an elaborate process
>(that would kill the old day job
).
<snip most of stoopid long advert non sig>
>Website: http://www.nerd411.com
You need to learn about web page design, the page claims to be following
a standard by use of the doctype definition.
However as normally happens in these cases it's a lie and a load of
crap.
Encoding: iso-8859-1
Doctype: HTML 4.01 Transitional
---------->>>>> Errors: 35
You can see for yourself
http://validator.w3.org/check?uri=ht...nerd411.com%2F
Which meta tag description do you mean to use, you have 2
<meta name="Description" content="computer repair, computer setup,
software installation, virus protectionr, web hosting, web design,
<snip>
<meta name="keywords" content="virus,computer setup,printer
<snip>
<meta name="description" content="Nerd 411 - Your computer setup, pc
repair, virus innoculation, software installation, web design and web
<snip>
Also a description it not an excuse to add another long list of words.
At least the CSS validates, but it's that much simpler. Then again you
are forcing fixed px sizes which should be avoided.
http://jigsaw.w3.org/css-validator/v...usermedium=all
px as a measurement is not equal on most UA's.
Me