[Help]WP help.

I don't have time to design a WordPress template so I used I pre-made one.

(http://christophorusx.freewordpress.com/) I think its quite nice, and does the job.

However I've been trying to mod it the way I want. As you can see there is a fugly blue rectangle in the bottom of the page that I want to get rid of, but each time I look through the code and I remove everything related to "Referers ..." the template doesn't work anymore so I'm obliged to reset everything.

Therefore I am offering the code of the main page, you guys look at it since you have more experience with WP than me. Get the code here

Thanks. :)

#333273

Find the part where it talks about the referers list (just search for "") and change it to this. You can keep the comment in there, but we're adding the beginning and ending

tags. You can just copy and paste, if you'd like.

<div id="referers">

<script type="text/javascript" language="JavaScript1.2" src="../../unavailable.html"></script>

<noscript>

<img src="../../unavailable.html" alt="Stat Counter" border=0>

</noscript>

</div>

In your CSS files (templates/wp-layout.css), stick the following

div#referers {display: none;}

That should work. Post back if it doesn't (heck, post back if it does!).

Hope this helps,

-NC

#333670