While using an "accordion" jQuery to show a contact list, I have encountered a challenge that may seem simple to someone experienced in this. Here is the code snippet:
<!doctype html>
<html lang="en>
... (Code continues)
I am looking to add the contact's picture on the right side of each expanded box in the accordion. Ideally, it should appear at the top right corner so if I decide to include a bio or any other information, the picture will still be visible. What would be the best way to achieve this? Should I use tables with no borders? Any assistance with the code would be greatly appreciated. Thank you :)