Forum Moderators: open
What do you think about the Table Trick? Is it worth using? What can be the reaction of Google? Am I likely to be punished by Google for using this trick?
The trick is described here:
[apromotionguide.com...]
I had a quick look at that site they are basically telling you how to spam google.
DaveN
Ok I have now been back to the site and read a bit more in depth. my viewpoint still kind of stands using CSS to hide links and invisible layers, cloaking etc, etc, etc is still dodgy and close to the envelope.
But and this is a big but the site does warn you about these techniques, So I'm Big enough to say that they are offering truthful information some a little close to the rules and was wrong on my first post.
[edited by: DaveN at 11:03 am (utc) on Dec. 3, 2002]
The "Trick" first came from Danny Sullivan. It was used to over come the highest content on the page, ranks the highest syndrome. There is nothing spammy about it. It is a simple design tip.
the tabletrick...
You have a table with a left hand navigation col and a main content col.
In order to make the main content appear first in the code:
<table>
<tr>
<td class="leftnav"><!--empty--></td>
<td class="maincontent" rowspan="2">maincontent</td>
</tr>
<tr>
<td class="leftnav">left navigation</td>
</tr>
</table>
It's of course absolutely legitimate.
Also one of the oldest tools of the trade.
The table trick can be used with confidence and achieves its intention and is in no way spammy.
However you may be better off using the div tag with absolute positioning if you can handle the coding. Try visiting the new CSS forum [webmasterworld.com...] and see if you can handle CSS with the help you can get there.
Have fun!
Nick
vitaplease, what do you consider moderately competitive?
Almost the same effect cna be achived by putting you nav aids and menu on the right column. But usuability tests show a left column menu is expected, and therefore makes the site more user friendly.