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

Lightning Card in Experience Cloud
This What I want in the Experience Cloud site

With the help of HTML Editor Component I made like this but how add that real logo and how to remove that middile line
With the help of HTML Editor Component I made like this but how add that real logo and how to remove that middile line
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
Is it possible with HtmlEditor Component in Experience Cloud Site without Aura Component
Because These Tags Are Not Working