You need to sign in to do that
Don't have an account?

HTML tags in Visualforce are escaped
Hi
When I create a new page like this:
<apex:page>
<!-- Begin Default Content REMOVE THIS -->
<h1>Congratulations</h1>
This is your new Page
<!-- End Default Content REMOVE THIS -->
</apex:page>
The source of that page looks like this:
<apex:page >
<!-- Begin Default Content REMOVE THIS -->
<h1>Congratulations</h1>
This is your new Page
<!-- End Default Content REMOVE THIS -->
</apex:page>
Why is this , and how can I make it render html tags with < and > intact.
Thanks
When I create a new page like this:
<apex:page>
<!-- Begin Default Content REMOVE THIS -->
<h1>Congratulations</h1>
This is your new Page
<!-- End Default Content REMOVE THIS -->
</apex:page>
The source of that page looks like this:
<apex:page >
<!-- Begin Default Content REMOVE THIS -->
<h1>Congratulations</h1>
This is your new Page
<!-- End Default Content REMOVE THIS -->
</apex:page>
Why is this , and how can I make it render html tags with < and > intact.
Thanks
You can try in case you are getting problem using tags :
but I'm still getting :
Using Chrome Versie 41.0.2272.89 m
Salesforce Development org