This is a topic in Feature Requests

Links

 
Avatar dukeofelporto 4 posts

37,

1) Links Page – It would be really cool to have a section similar to ‘Files’ to post and organize links. Links to sites/pages that the project group is working on. As it is now, we have to post them in the body of a message which makes it cumbersome to refer to.

2) Links out – When links are posted in a message the link is currently set to go to the URL in the same browser window. It would be great if the links were set to use a new browser window. It would be even better if we could set this as a preference some how.

Thx,
Duke

 
Avatar TMG 38 posts

1) The page your asking for sounds alot like a backpack page. I agree this would be nice to have integrated into basecamp projects.

2) try adding target=”_blank” to your link code (should load the link in a new tab)

for example…
<a href="http://some_cool_link.com" target="_blank"> Cool link</a>

Signup or login to post a reply.