I'm wondering if it's possible to take all <a> tags inside a div and have them open in a new window which uses a subdomain. Here's what I'm working with:
<div id="workshops">
<a href="/_product_119808/Test_Workshop">Test Workshop</a>
</div>
I would like to have the Test Workshop link open up in a new window but also use a subdomain. So the link in the new window would be:
http://workshops.mydomain.com/_product_119808/Test_Workshop
Is this possible?? Thanks in advance!