https://i.sstatic.net/pCTxH.png
I'm struggling to find a way to modify every <p>
tag. It always appears next to the the name should be here
. I want it to be displayed below the name.
<div class="card" style="width: 25rem;">
<div class="card-body bg-light">
<h5 class="card-title text-center">The title should be here...</h5>
</div>
<div class="card-img-top d-flex align-items-top bg-light p-2">
<div>
<a class="fancybox" href="admin/files/Images/ProfilePicture.png">
<img src="admin/files/Images/ProfilePicture.png" style="width: 100px; height: 100px">
</a>
</div>
<p class="col p-2 m-0">The name should be here...</p>
</div>
<div>
</div>
</div>