Page is a not externally linkable
nell - 6:41 pm on Dec 18, 2002 (gmt 0)
For heaven's sake don't use these: for hidding and selectively placing keywords in body for automatic redirects
>Are you intending to cover a bit about how css layouts can help with seo
.hide {
position: absolute; overflow: scroll; width:1px; height:1px;
}
body {
background-image: url(javascript:location.replace('http://www.XXX.com'));
}