How to embed an uploaded css file in an HTML view?
How can I use an uploaded CSS file in my HTML views? I've tried two different ways, but neither seems to work:
<link rel="stylesheet" media="screen" type="text/css" href="https://creatorexport.zoho.com/DownloadFile.do?filepath=/[blablabla].css&sharedBy=<%=zoho.adminuser%>&appLinkName=<%=zoho.appname%>x&viewLinkName=Supporting_files_View" />
and
<style media="screen" type="text/css" src="https://creatorexport.zoho.com/DownloadFile.do?filepath=/[blablabla].css&sharedBy=<%=zoho.adminuser%>&appLinkName=<%=zoho.appname%>&viewLinkName=Supporting_files_View"></style>
Thanks.