Wednesday, 8 May 2002
A great tip: I use Radio's News Aggregator and always open links in new windows (or new tabs), so the aggregator page remains visible. Sometimes I forget to Command-click a link, and end up replacing the aggregator page without intending to.
The post I linked to doesn't describe exactly how to modify Radio's templates, so here's one way to do it:
- In the www folder, insert as the first line of system/pages/news.txt:
#meta “<BASE TARGET='_blank'>”
- Then, in #template.txt, add after the <head> tag:
<% metaTags () %>
That's all! Now your News Aggregator will always open links in new windows, without you having to remember to click with the middle mouse button or while holding down modifier keys.