Hi,

Derek Beattie wrote:
> It works in the sense that it displays the correct url but when I pass the
> mouse over the link, the url that shows up in the browsers status bar
doesn't
> work becuase it has the http://server.com in front of the url.  So lets
say the
> url I put in the content is http://www.yahoo.com and I use the code we are
> talking about.
> > <? if ($article->url) { ?>
> > <p>Check out:<br><a href="&(article.url);">&(article.url);</a></p>
> > <? } ?>
> > <p align="right">
> > <a href="/news/" class="navi">More news</a></p>
> >
>  When I click on the link it tries to send me to
> http://server.com/news/http://www.yahoo.com - Maybe I need to use substr
or
> something.
>

Did you try to put a litteral url instead of &(article.url); and see what
you get ?
What do you get in the page source ?
Maybe it is not a Midgard bug, but a browser bug...


Regards,

[EMAIL PROTECTED]


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to