ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
		- Joined
 - Nov 13, 2018
 
- Messages
 - 29,578
 
- Points
 - 823
 
Reputation:
Hoping someone can help me out with a weird issue I'm having with custom fields. I'm trying to get images to display, but it's just not working for me, and I'm a bit stuck. It seems like the HTML isn't rendering the way I expect it to.
For instance, I have a custom field where people can paste an image URL, and I'm using
Read more
Continue reading...
	
		
			
		
		
	
			
			For instance, I have a custom field where people can paste an image URL, and I'm using
<img src="{$value}" alt="{$title}" /> in the wrapper, but for some reason, the system is wrapping the URL in an <a> tag, which completely breaks the image. On...Read more
Continue reading...