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
Chris Sanchez 5Chris Sanchez 5 

Embed vf page to custom object is only displaying apex editor

Hello - When I embed the following visualforce page, a very basic page just for an example, all I see is the apex editor.  Please help.
User-added image
How it looks on custom object window.
User-added image
Ramssf70Ramssf70
Hi chris,
for me i tried your code it is coming properly.May be it is a problem with your developer organisation try this with  other developer organisation

<apex:page standardController="account">
<apex:form>

<apex:pageBlock title="customvfpage">

<p>this</p>

</apex:pageBlock>

</apex:form>
</apex:page>

 
Chris Sanchez 5Chris Sanchez 5
Hello – Are you suggesting I try this in my sandbox? I am currently trying this in Production. Thanks, Chris