A Conversation for The H2G2 Programmers' Corner
Knit one, PERL one....
lw - ck Posted Feb 7, 2002
Right *takes a deep breath* someone will probably see what im doing wrong straight away but here goes:
language (ok a markup language): HTML
problem: Getting the META tags to work properly
as seen on google as 'untitled'
I have put the META tags into the HEAD section with the TITLE before them i dotn see why this isnt working heres the full code (website is http://www.25felton.fsnet.co.uk/Birdwatch%20Northumbria-Home.htm)
'
Birdwatch Northumbria
<!--BODY{scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FFFFFF;
scrollbar-shadow-color:#0000FF;
scrollbar-highlight-color:#0000AA;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-Color:#FFFFFF;}
-->
'
Can you help me fix this anyone?!
CK
Knit one, PERL one....
DoctorMO (Keeper of the Computer, Guru, Community Artist) Posted Feb 7, 2002
I realy would not put an IMG tag into the head, you could try lower case some servers are based on Unix and so are case sensitive.
any other help you give us a msg.
-- DoctoRMo --
Knit one, PERL one....
Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) Posted Feb 8, 2002
Hokay...
I concur, tags in the are a bad idea.
Also, using spaces and punctuation in filenames (e.g. "still to edit, Home.GIF") is extremely messy, and should be avoided. If you can fit it sensibly into an old DOS 8.3 format, that's what you should try to do...
I notice you're using an embedded to define scrollbars etc., yet you still seem to have a heap of tags. You might consider using a few named text styles in the body of the document too - it's far neater.
Finally, the page title works fine - what I suspect has happened is that Google spidered it before you had put the attribute on - remember, you're looking at a snapshot of the page which could be up to a month old. Next time the spider calls, it'll pick up your .
Key: Complain about this post
Knit one, PERL one....
- 141: lw - ck (Feb 7, 2002)
- 142: DoctorMO (Keeper of the Computer, Guru, Community Artist) (Feb 7, 2002)
- 143: Peet (the Pedantic Punctuation Policeman, Muse of Lateral Programming Ideas, Eggcups-Spurtle-and-Spoonswinner, BBC Cheese Namer & Zaphodista) (Feb 8, 2002)
- 144: DoctorMO (Keeper of the Computer, Guru, Community Artist) (Feb 8, 2002)
- 145: lw - ck (Feb 8, 2002)
- 146: DoctorMO (Keeper of the Computer, Guru, Community Artist) (Feb 8, 2002)
More Conversations for The H2G2 Programmers' Corner
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."