- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi there,
I'm using weebly for a portfolio for my Master's degree. One of the requirements is that each subpage opens in a new tab/window. Any help? I thought I had it but it doesnt seem to work.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@walters2 How are you linking to the sub-pages? If you're creating the links via text, buttons, or images, each link option (website url, standard page, file link, etc.) has a check box where you can indicate if you'd like the link to open in a new window (which means new browser tab).
https://www.weebly.com/app/help/us/en/topics/create-links
If you're creating the links with custom html, you'll need to add the attribute, target="_blank" to the anchor tag, e.g., <a href="https://websiteurl.com" target="_blank">Click here to view the site</a>.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@walters2 How are you linking to the sub-pages? If you're creating the links via text, buttons, or images, each link option (website url, standard page, file link, etc.) has a check box where you can indicate if you'd like the link to open in a new window (which means new browser tab).
https://www.weebly.com/app/help/us/en/topics/create-links
If you're creating the links with custom html, you'll need to add the attribute, target="_blank" to the anchor tag, e.g., <a href="https://websiteurl.com" target="_blank">Click here to view the site</a>.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Ok thank you! I will try some of that.