Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I am having trouble with external image link like you see in the code. Image is not pushed and instead i get style on them display: none
I am using it in globals.php as part of sidebar, and no_xss_check='1' type='richtext'

Any thoughts?

Code: Select all
<a href="http://affiliate.intertops.com/processing/clickthrgh.asp?btag=a_1596b_1574" rel="nofollow" target="_blank"><img alt="100% Bonus at Intertops Casino" border="0" height="125" src="http://affiliate.intertops.com/processing/impressions.asp?btag=a_1596b_1574" width="125" /></a>


here is screenshot of inspector
http://prntscr.com/kqkuwd
I am using it in globals.php as part of sidebar, and no_xss_check='1' type='richtext'

Type 'richtext' does not support the 'no_xss_check' param - it is only type 'textarea' that can be used for this purpose.

The other option for outputting arbitrary text is through the use of 'shortcodes' (https://docs.couchcms.com/miscellaneous/shortcodes.html). You may try using @tim's universal shortcode - viewtopic.php?f=8&t=7950

Hope it helps.
2 posts Page 1 of 1