Trying to enlarge graphic in survey | XM Community
Skip to main content
Hello I'm trying to enlarge flyers that I am testing in my survey. I can't seem to get it bigger than 30% of the screen.

Also how do you put a link in the question that will open in a NEW TAB rather than leaving the survey and in the same tab?
For the link you will need to edit the html by adding target="_blank" to the link tag like:



`<a href="[web address]" target="_blank">text for link</a>`



As for the image you will need to probably add an inline style to set the width and include '!important' like:



` <img src="smiley.gif" style="width:42px !important;"> `

Leave a Reply