I'm not really sure whats your point, but I fix it anyways.
HTML Code:
<center>
<table>
<tr>
<td style="text-align:center;"><a href="soccere.html"><img src="football.jpg" style="border-style:hidden;" /></a></td>
<td style="text-align:center;"><a href="tennis.html"><img src="tennis.jpg" style="border-style:hidden;" /></a></td>
<td style="text-align:center;"><a href="basketball.html"><img src="basketball.jpg" style="border-style:hidden;" /></a></td>
<td style="text-align:center;"><a href="hockey.html"><img src="hockey.jpg" style="border-style:hidden;" /></a></td>
</tr>
</table>
</center>
This creates a table with only one row, and the 4 images with a link embeded in every image. (I know it's not good practice to use the <center> tag, but because of IE I included it)
Quote:
|
i read this one.. google don't suggest AJAX to use..
|
It's not quite like that. They just say to include additional information for Search Bots.
Schimassek...
Last edited by InfinitySchima; 03-22-2008 at 09:17 PM..
|