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
SFDC@ErrorSFDC@Error 

VF Page design for record Image Display horizontally

HI Everyone 

Can anybody help for vf page design like this ..
User-added image
Juhi धीवर जूही महेश मीनक्षीJuhi धीवर जूही महेश मीनक्षी
Yes . I am also lookig for the same requirement.
Naresh YadavNaresh Yadav
Hi SFDC

You can use the below cose. This just a demo so update your cose accordingly.
 
<apex:page>

    <div style="height:700px;width:25%;float:left;border:1px solid grey;">
        Testing
    </div>
    
    <div style="height:700px;width:70%;float:left;border:1px solid grey;margin-left:5px;">
        Testing
    </div>

</apex:page>

In the above code there is two div. The first one for the left narrow side and the other one is for right wide side.
You need to write your wholw code into these divs.

You can also reference other VF pages or components into these two divs by using iframe.

Mark it as a solution if this helps you out.

Thanks
Naresh