Trying to enlarge graphic in survey | XM Community
Solved

Trying to enlarge graphic in survey

  • 21 June 2018
  • 1 reply
  • 26 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?
icon

Best answer by w.patrick.gale 21 June 2018, 21:04

View original

1 reply

Userlevel 5
Badge +13
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