Yes, I am french canadian. Living in the suburbs of Montréal. Looking at your domain registration, I guess that you are also located in Quebec ??
I have uploaded the new version of Link Library (2.8.4) to the server. I have also taken screenshots of my configuration so you can see what I put in my configuration to get that layout.
Here are the links to the screenshots:
https://yannickcorner.nayanna.biz/images/LLSet7Top.jpg
https://yannickcorner.nayanna.biz/images/LLSet7Bottom.jpg
A few items are cut off in these screenshots.
The full code before the link image is:
<tr><td rowspan=2 class=linkimage>
The full code before the link description is:
<tr><td class=linkdesc>
I have also moved the example page to:
https://yannickcorner.nayanna.biz/cd-listing-with-images/
Finally, I added entries to my stylesheet to style this table data. The number 7 at the end of the ids is the number of the setting set in Link Library that was used to display the table.
#linklist7 .linklisttable {
border: 0;
padding: 0;
border-collapse: collapse;
}
#linklist7 tr {
padding: 10px 0 10px 0;
}
#linklist7 tr.filler {
height: 10px;
}
#linklist7 td.linkimage {
border-top: 1px #3b3d32 solid;
}
#linklist7 td.linkname {
vertical-align: top;
padding-top: 12px;
height: 16px;
border-top: 1px #3b3d32 solid;
}
#linklist7 td.linkdesc {
vertical-align: top;
padding-top: 6px;
}
#linklist7 img {
margin: 10px;
}
Let me know if this works for you and mark the issue as resolved if it does.