Hi,
I am quite new to html code, and have been learning via trial and error, I have been using the pricing boxes code as displayed on the example Awake site, I was wanting the get started boxes to link to either a pdf or another page that opens in a new window? I have played around with using _blank , with no luck.
Does anyone know how to make the code for the button open in another window, instead of now the same window.
Any assistance is appreciated.
Below is the code pasted from the awake site, with a link to google as an example.
CODE
[one_third]
[color_box title="Starter Package" align="center"]
[div style="text-align:center"]
<h1>$19.95[span style="font-size:14px"]/mo[/span]</h1>
[/div]
[check_list]
- Check list item #1
- Check list item #2
- Nullam dignissim convallis est.
- Scelerisque aliquet odio lorem non orci.
[/check_list]
[button link="http://www.google.com.au/" size="large" align="center"]Get Started[/button]
[/color_box]
[/one_third]
[one_third]
[color_box title="Standard Package" align="center"]
[div style="text-align:center"]
<h1>$19.95[span style="font-size:14px"]/mo[/span]</h1>
[/div]
[check_list]
- Check list item #1
- Check list item #2
- Nullam dignissim convallis est.
- Scelerisque aliquet odio lorem non orci.
[/check_list]
[button link="#" size="large" align="center"]Get Started[/button]
[/color_box]
[/one_third]
[one_third_last]
[color_box title="Platinum Package" align="center"]
[div style="text-align:center"]
<h1>$19.95[span style="font-size:14px"]/mo[/span]</h1>
[/div]
[check_list]
- Check list item #1
- Check list item #2
- Nullam dignissim convallis est.
- Scelerisque aliquet odio lorem non orci.
[/check_list]
[button link="#" size="large" align="center"]Get Started[/button]
[/color_box]
[/one_third_last]
[divider_padding]













