sharky wrote:I didn't know that META does not contribute much in search engines. But I was hoping that it will do all the job.
META does have *some* benefit, its just extremely small. Its much more effective to write a good site, that is updated often, that people visit.
sharky wrote:Regarding clean HTML, I know that my pages has some HTML errors, where they are marked/underlined ...
What else can I do to fix this? Do you call this 'serious HTML' error, or it's no big deal? Thanks
There is no "serious" or "not serious" to HTML errors. It either IS an error, or it is not.
Since you want better search engine ranking, its a binary issue - yes or no.
As to how to fix it, apply the background to the TD using CSS.
(Psuedo code):
Code: Select all
<td style="width:95px; background-image:'images/t_13.gif'"><img src="images/t_12.gif" width="6" height="9" alt="" border="0"></td>
Ideally, you want to move the style information out to a seperate stylesheet, but hopefully you get the idea now.