I can't figure out what's going on with my website so I need your help if possible. In Internet Explorer, I can't copy (highlight) the text on my website. This is causing some problems. In FireFox, it works perfect. I want to add a search feature to my site. When I added it, in IE, I can't even highlight the search box to type in it or change the search term. Thus making the search box useless in IE. It's really frustrating and I can't figure it out. All help would be greatly appreciated. My site is BlueTomorrow.com, done using Mambo CMS
You have links in your html, but never closed them Near the top of your code: <a name="top" id="top"</a> (should be closed, like <a name="top" id="top"></a>) also the 'read more' links are not closed.
Before going any further, you need to do two things: Remove the xml prolog/declaration. That puts IE into quirks mode where it does not follow the rules properly—not that it does anyway, but in standards mode, it comes closer. Validate your markup. You have 131 html errors. There is no way that any debugging can have the expected results when the markup is invalid. cheers, gary
the search box is not up since most of my visitors use IE so it would just cause frustation and a negative experience for my site. I don't want to lose visitors because of this. I'm getting frustrated trying to figure this out