1) Heavens above, who wrote the code? It is DREADFUL! My external CSS file completely messed up the layout of the searchbox and so I had to check out the code to find out various IDs to put everything back in order. Here's just one example of what I found at the beginning:
Code:
<strong><font size="3"><b><strong></strong></b>
Flight Search</font></strong><br>
<span class="dredtitle">Compare prices of flights from 100\'s of the UKs top
<br>airlines and flight operators and book directly with them</span>.
WHAT? What a load of unprofessionally written redundant crap.
What's wrong with:
Code:
<h2>Flight Search</h2>
<p>Compare prices of flights from 100's of the UKs top <br>
airlines and flight operators and book directly with them.</p>
Please, in future, get someone who knows how to write HTML to do the markup, not a programmer who thinks only the final appearance counts and semantics are for losers.
And we really shouldn't have to keep saying this but IT'S NOT:
Code:
language="javascript"
it's:
Code:
type="text/javascript"
Please stop coding like it's 1999 (or indeed before).
Bookmarks