Make Links Open in New Window
By default, links added with MarsEdit do not have any special behavior to cause them to open in a new window or tab. If you want a link in your blog post to open a new window when users click it, you can use MarsEdit’s custom formatting macros to achieve this.
- Open a new post to get access to the Format menu.
- Select (bottom of the menu).
- Click the + button to make a new macro.
- Name it something like “Link in New Window”
- Enter this text for the opening markup:
<a href="#askurl#" target="_blank">
- Enter this text for the closing markup:
</a>
- Give it a keyboard shortcut if you like.
Now when you select
, the generated HTML will cause the link to be opened in a window when clicked.