Hi,
This is how it looks without the target blank
Code:
<option value="http://www.ukbusinesslive.co.uk">UKBusinesslive Store</option>
and this is where you add the target blank, to get the link to open into a new page, highligted in blue
Code:
<option value="http://www.ukbusinesslive.co.uk" target="_blank" >UKBusinesslive Store</option>
you need to make sure that its the same layout as above and that you have all the " in the right place. Theres no real reason for it not to work as its basic HTML
Let me know how you got on, or perhaps post your code here and we'll take a look