New site. Can anyone tell me if I am doing something potentially bad BEFORE I commit?



On 02/13/2008 at 07:05:24, Mike Barnard <m.barnard.trousers@xxxxxxxxxxxxxxx> wrote:

Hi all.
I am writing a site for myself. I'm learning HTML & CSS all over again
by doing it, nice.
Can a few of you take a look and comment on my methodology? That is,
the way I am doing things rather than the clashing colour schemes and
tell me if you think I should do anything differently? i.e. I have
the body text set to 80% and the others work from there. Should I be
doing something else?
I'd rather know now than spend all week filling in the blanks THEN
having to adjust it. And NO, the picture is not the one to be
published although it *is* me.
I'm writing it using just Note Tab Pro, no WSWYG editors.
www.thermachek.com/temp/index.html
Thanks.
Mike.

dont forget to put meta keywords and meta description tags also put your logo as an icon for the page.
for example,

<meta name="keywords" content="keywords to help you get found in the different search indexes" />
<meta name="description" content="try to put some blurb in here that when your target audience sees it will want to click it. this will usually end up in the description in the search index response pages" />
<link rel="shortcut icon" href="/favicon.ico" >

use the title and name attribute in your image and anchor tags.
your anchor and image tags are another area that you could add text to increase your placement in search engines.
<a title="" name="" href="">asdf</a>
<img title="" alt="" src="">

..
=====================================================
THIS IS MY SIGNATURE. There are many like it, but this one is mine.
.



Relevant Pages

  • Re: high performance hyperlink extraction
    ... The single or double quote delimiters are optional in some cases ... To follow the standard, one would have to acquire the SGML standard, which costs money. ... Writing a Python RE to match all and only legal anchor tags may ...
    (comp.lang.python)
  • Re: Please help:need to read XML, edit, and write back to XML file
    ... of the code can be used in a VBA routine. ... then have the confidence of writing it back into the XML file. ... If you were only looking for a few tags, it would be simple enough to ... the information in the various forms and generates an XML file. ...
    (microsoft.public.word.vba.general)
  • Powerpoint 2007 cell shape properties missing
    ... properties are missing (I need tags). ... Reading or writing to them cause an ... exception "Object doesn't support this action" in VBA and "The method or ...
    (microsoft.public.office.developer.automation)
  • Re: Please help:need to read XML, edit, and write back to XML file
    ... Actually, Steve, I really am just looking for a few tags. ... then have the confidence of writing it back into the XML file. ... out the text strings in a VBA routine using InStr and Mid functions but I ... the information in the various forms and generates an XML file. ...
    (microsoft.public.word.vba.general)