This dude = anup1965. Check out this thread:
blackhatworld.com/blackhat-seo/blogging/1609-how-use-blogger-redirect.html
Like srsly wtf.
The closest I'm getting to that (read: way WAY off) is to slip some two-bit iframing right
under the "#navbar { display: none; }" section, like this:
Help, please. I'm getting owned by coding.
blackhatworld.com/blackhat-seo/blogging/1609-how-use-blogger-redirect.html
Like srsly wtf.
The closest I'm getting to that (read: way WAY off) is to slip some two-bit iframing right
under the "#navbar { display: none; }" section, like this:
Code:
<style type="text/css">
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
</style>
<html>
<head>
<title><$BlogPageTitle$></title>
<iframe style="border: 0px none ; overflow: auto; width: 100%; height: 100%" src="AFFLINK WOULD GO HERE"> </iframe>
</body>
</html>