Trying to enlarge graphic in survey | XM Community
Skip to main content
Solved

Trying to enlarge graphic in survey

  • June 21, 2018
  • 1 reply
  • 52 views

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?

Best answer by w.patrick.gale

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;"> `

1 reply

w.patrick.gale
Level 3 ●●●
Forum|alt.badge.img+13
  • Level 3 ●●●
  • Answer
  • June 21, 2018
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;"> `