go41

the info you need to know


von Joern
Keine Kommentare

I think that once the plugin (GEOIP?) had re-directed users they would jump to a country-specific version of the site e.g.www.iamstaggered.com/uswww.iamstaggered.com/uketc. I'm pretty sure that using a sitemap you can split it up so that google knows it's essentially two…


von Joern
Keine Kommentare

just above <div id="middle" class="clearfloat"> in index.phpbest to put there a new div like:<div id="ticker" class="clearfloat">your code</div>and in style.css add something like for id middle (to be able to modify..)#ticker {background:none repeat scroll 0 0 #FFFFFF;float:right;margin:10px 0;padding:10px;width:920px;}____________________you find me on…