mrbadgolf
05-07-2006, 03:06 AM
I am having issues with alexa thumbnails showing up correctly.
Here is a link to the site http://domain-link-exchange.com/index.php?c=1
Here is the post of my pagerank.tpl
{strip}
<div class="pr">
Content visible to registered users only.
{if $pr gt -1}
PR: {$pr}
{else}
N/A
{/if}
<div class="prg">
<div class="prb" style="width: {if $pr gt -1}{math equation="x*4" x=$pr}{else}0{/if}px"></div>
</div>
</div>
{/strip}
Any hel would be appreciated.
Here is a link to the site http://domain-link-exchange.com/index.php?c=1
Here is the post of my pagerank.tpl
{strip}
<div class="pr">
Content visible to registered users only.
{if $pr gt -1}
PR: {$pr}
{else}
N/A
{/if}
<div class="prg">
<div class="prb" style="width: {if $pr gt -1}{math equation="x*4" x=$pr}{else}0{/if}px"></div>
</div>
</div>
{/strip}
Any hel would be appreciated.