under widget/image, is it possible to open url in a new window?
please see youtube image/link in left margin. i tried using but code is not allowed in editor.
please advise...thx!
Blog url: http://radiusgroupblog.wordpress.com/
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
under widget/image, is it possible to open url in a new window?
please see youtube image/link in left margin. i tried using but code is not allowed in editor.
please advise...thx!
Blog url: http://radiusgroupblog.wordpress.com/
There is no option provided in the image widget to do that > http://en.support.wordpress.com/widgets/image-widget/
You will have to use a text widget instead.
http://en.support.wordpress.com/widgets/text-widget/
http://en.support.wordpress.com/links/#visual-editor-links
In the html editor (as well as in text widgets), instead of this:
<a href="URL HERE">TEXT HERE</a>
you write this:
<a href="URL HERE" target="_blank">TEXT HERE</a>
This topic has been closed to new replies.