devilmind007 asked: Hi Haiku 575, How did you positioned Google Friend Connect(GFC) to the left Side of your page??
Because My my GFC appears on Left Top Corner of my Page which is very annoying. I wan to position it to right side of my Tumblr main Page.
Thank You
Regards,
-Ryyan Butt
A little off the subject from haiku, but here you go…
I created a backup copy of my template. I went in to the option to customize the site, went to pages, and added a new page called /friends. I set up the new page as a custom html page. I pasted in the backup copy of my template file in and then added the bits of Google code for Friend Connect options I wanted to use.
That’s about it. About the only other thing to check is to see if your template as a block for pages defined:
{block:HasPages}
{block:Pages}
<li><a href=”{URL}”>{Label}</a></li>
{/block:Pages}
{/block:HasPages}
If that doesn’t answer it, maybe you should look into the <div> tag.