HTML won't render in Landing Page
Hi all:
I am returning some html from a third party source and storing it in a field. When I call it in the form of a token from an email it looks fine. But when I do the same from a Landing page it just shows the text of the HTML, am I doing something wrong with the landing pages? The html actually calls a google api to create a chart based on the users data.
Here is the HTML I am using. Again it works in the email editor just fine.
<table border="1">
<tbody>
<tr>
<td><img title="my test" src="https://chart.googleapis.com/chart?chs=350x263&chxt=x,y,y&chxl=0:|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sept|Oct|Nov|Dec|2:|kWh&chxp=2,50&chxr=1,1000,1800&chd=t6:-1|68,55,63,70,62,66,57,59,56,68,70,81|-1|48,45,43,40,42,46,47,49,46,48,50,51|-1|38,34,32,29,32,34,36,36,32,36,38,39&cht=lxy&chco=000000,f5f6ce,d0f5a9&chf=c,lg,0,81daf5,0,76A4FB,1&chm=o,000000,0,-1,8|o,F5f6ce,1,-1,8|o,d0f5a9,2,-1,8&chg=100,25&chls=3|3,6,3|3,6,3&chma=20,20,20,30|80,20&chdl=You|Your_Neighbors|Efficient_Neighbors&chdlp=b&chtt=Electricity+-+44%+more+than+your+neighbors" alt="" height="263" width="350" /></td>
<td><img title="my test2" src="https://chart.googleapis.com/chart?chs=350x263&chxt=x,y,y&chxl=0:|Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sept|Oct|Nov|Dec|2:|Therms&chxp=2,50&chxr=1,1000,1800&chd=t6:-1|44,41,38,50,52,54,55,56,54,57,59,60|-1|48,45,43,40,42,46,47,49,46,48,50,51|-1|38,34,32,29,32,34,36,36,32,36,38,39&cht=lxy&chco=000000,f5f6ce,d0f5a9&chf=c,lg,0,81daf5,0,76A4FB,1&chm=o,000000,0,-1,8|o,F5f6ce,1,-1,8|o,d0f5a9,2,-1,8&chg=100,25&chls=3|3,6,3|3,6,3&chma=20,20,20,30|80,20&chdl=You|Your_Neighbors|Efficient_Neighbors&chdlp=b&chtt=Natural+Gas+-+12%+more+than+your+neighbors" alt="" height="263" width="350" /></td>
</tr>
</tbody>
</table>
<p><br /></p>