Hi Guys, Good Morning. I want to open this link to...
# suitecommerce
m
Hi Guys, Good Morning. I want to open this link to the new tab, in SMT i see these setting but i didn't found target. This image is in the layout when we click on the image it is opening in the same page. Is it possible on user click it should be open in new tab/page like target="_blank".
u
Maybe instead of using an image cct use an HTML cct
m
so how can i use HTML cct?
can i use using SMT
u
instead of dragging and dropping that CMS image cct in - remove it and add an CMS HTML Then in the CMS HTML cct add an a href and img element like this a href = “[YOUR_URL]” target=“_blank” img src=“[PATH_TO_YOUR_IMAGE_URL]” / /a
d
Or you can add javascript file to add "target='_blank'" attribute
m
Thanks @//greg it is working fine. Thank you so much.