Comment posted on 35 Key E-Commerce Platform Features by Samsung UN55B8500
Thank you for your help!
powered by SEO Super Comments
Comment posted on 35 Key E-Commerce Platform Features by Samsung UN55B8500
Thank you for your help!
powered by SEO Super Comments
Hey this is a chill looking blog, I was just searching for this the other day. Glad I finally found what I needed.
Is there a way to open the link in a new window ?
Benjamin
If you are looking for a way to open a link in a new page you just
need to amend the HTML code for the link.
Add:
target="_blank"So the full HTML would look something like:
\< a href="www.mysite" target="_blank">Visit my site \< /a>There is some debate in the web development community about whether this is really a good technique or not.
It should also be noted that this feature is deprecated in XHTML Strict
markup language. It will work, but will be flagged as a markup error.
Your users probably won’t notice that though.
Thank you for your help!