HTML Page Rank Checker Code
I still continue on the setup processes. Now i made r_sidebar.php code writable by
“chmod o+w r_sidebar.php”
so that i can edit the file from the Presentation >> Theme Editor.
I looked for some HTML code in the net and put 3 different HTML codes. Why did i put 3 of them? Well i could put only one code but then it was impossible to verify it. So now i can check my pagerank from 3 different sources.
The codes that i put to my page is as follows.
<h4 class=”about”>Page Rank Checkers</h4>
<p>
<br/>
<a href=”http://www.prchecker.info/” target=”_blank”>
<img src=”http://www.prchecker.info/PR3_img.gif” alt=”Web Page Rank Icon” border=”0″ /></a>
<br />
<a href=”http://www.euroinformatici.org/pagerank” title=”PageRank”
target=”_blank”>
<img src=”http://www.euroinformatici.org/pagerank/prv.cgi” border=0 alt=”PageRank”>
</a>
<br />
<a href=”http://www.midnightfun.co.uk/” target=”new”><img src=”http://www.midnightfun.co.uk/modules/page-rank/google-page-rank.php?style=1″ alt=”Midnight Fun Google PageRank” title=”Midnight Fun Google PageRank” border=”0″ /></a>
<br />
</p>
They are showing N/A - 0 and 0 again.
Poor me .)