View Single Post
  #3 (permalink)  
Old Mar 17th, 2008, 15:52
skuliaxe skuliaxe is offline
Junior Member
Join Date: Jan 2008
Location: Reykjavik
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Links not working in IE but work in FireFox/Safari

Quote:
Originally Posted by spinal007 View Post
Can't tell without seeing the code or the page itself.
Thanks for the reply,
I managed to figure out the problem. This line had somehow automatically been added to the head in a subpage:

Code: Select all
<base href="page.php"  "target="_blank">
I did NOT insert that line
That was causing Internet Explorer to discard the http://mysite.com/ part.

Sorry for posting this message, but I just couldn't figure this out until now
Reply With Quote