function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Suzanne TimmerhansSuzanne Timmerhans 

How can I remove HTML format from a VF page so I can edit the page?

 Te VF page was written by a consultant who is since gone.  I need to edit the VF but suspect the HTML format is keeping the edits done from being expressed.  This is the start of the code -
<apex:page standardController="DSP_Eval__c" extensions="DSPEvaluationEntryControllerExt" showHeader="false" sidebar="false" applybodytag="false"
           applyHtmlTag="false" >
    

    <html>
        

    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="device-width, initial-scale=1"/>

        </head>

    <style>
        
Dushyant SonwarDushyant Sonwar
Could you please more elaborate about your question.

Also, could you please post your vf page and apex controller code?

That will help others to debug your issue.

Thanks,