> so I thought the one they give you for "forums" would open in a new
> window, rather than jump to the page as a direct link.
Hi Jesse, I guess I still don't quite understand - when I click on your links they do seem to open in a new window for me, either a new tab in Firefox 2.0, or an actual new window in IE7... For me the MoI forum page is left undisturbed.
It looks like you may have gotten an <img> tag in there instead of an <a> tag at some point - the <img> tag is the one that will change from "> to " /> - that's because img tags don't actually have a separate end tag.
For a hyperlink you don't want an >img< src=""/>, you want an <a href=""></a>
- Michael
|