Log in

View Full Version : Problem only on G Chrome! I click my search bar and it redirect me to my forum



SamyCode
02-21-2011, 11:34 PM
Problem with redirection.

THIS PROBLEM ONLY HAPPENS IN GOOGLE CHROME.

My website is http://www.newswithfreedom.com

If you visit it you will see my search bar at the top right of the page. If you click the bar to type a word it opens a new windows with my forum! I know that maybe this problem have to do with the size of my forum button (the red button that is just above the bar) but I don't find any way to work around this issue. Any suggestions?? I will appreciate them.

shas595
02-22-2011, 01:58 AM
Hi,
checking through your source code, you never ended the <a href=""> to your fourm. After the <img> tag, add the </a> and you should be all set!

SamyCode
02-22-2011, 02:45 AM
That's it! Wao I really missed it. Thanks man.