Navigation Tag and External links

Hello,

I am using an external link in a navigation url. The only way I can get
it work is to use http://headlines.site.com.

<r:navigation urls=“About:/about/; Analysis:/analysis/;
News:/news/;Resources:/resources/;Sitemap:/site-map/;Headlines:
/http://headlines.ushousingreport.com/;”>
<r:normal><r:title /></r:normal>
<r:here><r:title /></r:here>
<r:selected><r:title
/>
</r:selected>
<r:between> | </r:between>
</r:navigation>

When I do this, I receive the following link on the page.

Headlines: /http

Is there a way to force it to show only “Headlines” like the other
internal links?

Thanks,

Bryan

You should probably remove the leading slash. That said, I’m not sure
how
it handles external links.

Sean C.
seancribbs.com

Sean,

Thanks for the reply. I found a post that explains that external urls
are not supported in r:navigation.

Here is the workaround.

http://www.ruby-forum.com/topic/78055#125849

Thanks,

Bryan