situation:
I migrated another site from Pmachine to EE (latest build). Imported entries (using old import from build 1.5.0, or else it doesn’t work!), and everything went okay.
i’ve been using pmcode like this in my old pmachine’s body:
[url=/comments.php?id…]link[/url]this way links had “target=_self” (no browser opened).
When I wanted to open a browser I simple used “http” before it like this:
[url=http://site.com/comments.php?id…]link[/url]for some weird (?) reason it worked out perfectly, and a new browser opened (target=_blank).
problem: After migrating to EE, all links in the body without the “http://site.com” didn’t work anymore. And all links are going to the same window (unless I change base target of that table/div of course)
Any idea why I can’t use the first option anymore?
Thanks