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
User SethUser Seth 

Lightning Card in Experience Cloud

This What I want in the Experience Cloud site
User-added image

With the help of HTML Editor Component I made like this but how add that real logo and how to remove that middile lineUser-added image
syed jabeenasyed jabeena
Hi ,Seth

Please try the below one:

<aura:component>
    
    <div style="padding: 20px;color: black" class="slds-box">
        
        <lightning:card title ="Accounts" iconName ="standard:account">
            
            <p class="slds-p-horizontal_small">
                Card Body With Padding
            </p>
            
        </lightning:card>
    </div>
</aura:component>

Please Mark As a Best Answer.. If it was helpul to you..

Thanks & Regards,
Syed Jabeena
User SethUser Seth
Hi Sayed
Is it possible with HtmlEditor Component in Experience Cloud Site without Aura Component
Because These Tags Are Not Working