Hi
First of all I would like to say thank you for this great script. It is not the most user friendly but it's the best I found in terms of what it does. I must say I had zero knowledge in PHP when I started playing with it but I managed to get along up to a point...
I have three little problems I can not solve for now (many to come I guess as I progress with it

)
1. on the main page (
http://www.cumpotsa.ro ) I want to add a banner that is also a link to the main page.
I did it using Html because I found really difficult to work with html in a php script. The problem is , as you can see on the site, that when I hoover over the image a grey thing appears (I think it's related to the style of the page )
The banner is there by adding the following line in header.php right before everything:
<a href="http://www.cumpotsa.ro" target="_top"> <img src="http://www.cumpotsa.ro/themes/alex/banner2.gif" align="center" width="446" height="105" border="0"> </a>
<p>   </p>
Why align centre is in fact left is another mystery for me but I can live with that
2. When I click on a site link in Categories or in What's popular , New etc. it opens in the same page (leaving my site). Only on the Featured Sites it opens in new window. Can I change that?
3.On the Most Popular Search terms the list seams like it's not going to stop. I would like to limit it to the first 10 or 20 popular terms and not to show all of them. I know I can reset it from the admin panel but it's not quite what I had in mind.
Another intresting thing : when I open my site with firefox it looks different than with chrome or IE ; with the last two there is a big space between name of the site and the search box.
If anybody can help me with this issues I would appreciate it but I guess that as it will probably be as usual a job for Dewed - let's all hope he doesn't get bored
