PDA

View Full Version : A quoted string cannot...


Kert
10-09-2002, 05:15/05:15AM
Can anyone tell me what this means below.

A quoted string cannot be immediately followed by text. It must be followed by a space or the end of the tag.

Its regarding to html section below.

<td width="36"><a href="index.htm" target="_top"><img src="images/Animation2.gif"alt="Cheap flights, holidays, carhire and travel insurance"width="315" height="53" border="0"></a></td>

Where do I put the space ? Or is it because I've used , to separate words ?

I've only just started this 'optimizing your site' stuff, and this is what the positiontech html validator is listing as one of the many trillions of errors in the site's html.

:cheers:
www.flightsearchers.co.uk

Advisor
10-09-2002, 08:30/08:30AM
travel insurance"width="315"

You need a space between insurance" and width...

Jill

Kert
10-09-2002, 08:55/08:55AM
Thanks for that.
This error correction stuff is driving me mad but I'm getting there...
:cheers:

Kert
10-09-2002, 09:11/09:11AM
Hang on...I've done the space after and it still say's no can do !

<td width="36"><a href="index.htm" target="_top"><img src="images/Animation2.gif"alt="Cheap flights, holidays, carhire and travel insurance" width="315" height="53" border="0"></a></td>

Is it me or the validator ?

Advisor
10-09-2002, 09:25/09:25AM
Animation2.gif"alt="Cheap

You have to have spaces between things! See what you have up there? No space after the gif"

Jill

Kert
10-09-2002, 13:59/01:59PM
Thanks once again.....
I'm learning fast.
Well not too fast.
Lets stick with I'm learning...

:cheers: