You are viewing a single comment's thread from:

RE: LIL - 10 Drum Set Images (3D Renders with Transparent Backgrounds)

PS: You have a typo in your LIL table. I have corrected it for you. You just need to replace it in your post.

<table class="lil">

<tr>
<td class="lil-title">Drums - Low Front View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmTqAXkSiQUVvkZkaZuWsHirwovkpkDo4jeGrjtGtZQRxz/drums_low_front.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - Low Front Left View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmWR7Kn8eHtCeVnk7oQPNWbpscnGDasvAS9BNgS1JHJcML/drums_low_front_left_diagonal.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - Low Back Left View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmbqbtFiD1CghrZMPnu4ThMb8YYtAKhJJiwecG4yK7UfbE/drums_low_back_left_diagonal.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - Low Back View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmeanUQKfyPZZud5AuhsiJCwip4aL2nHTAcnVF6t2HhbX1/drums_low_back.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - Low Back Right View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmSz9n7LjFYYJutTaSMGW3wcKsiUT2BZRfHGZoJ3rVvczE/drums_low_back_right_diagonal.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - High Front View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmdqHUqSr1rpNJ8kctgteE9K86oxoq5bFejt4C3Lwu2yS5/drums_high_front.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - High Front Left View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmdmbyZwHB5JmECe82BPMxCBDZh1ZTH4yyUykbdQb5wkzx/drums_high_front_left_diagonal.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - High Back Left View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmPtUpDRYyJyTk8mwWuprfEAfoLUHGMsTp7R9rRjKLr66f/drums_front_back_right_diagonal.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - High Back View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmTJ8nuxGDcRRWHny5Bimpe61V7dJJHqNYt5u7Rz7RE2wF/drums_high_back.png" width="500"/></td>
</tr>

<tr>
<td class="lil-title">Drums - High Back Right View</td>
<td class="lil-tags">drums, instruments, music, fun, creative, arts, transparent, cutouts</td>
<td class="lil-image"><img src="https://images.ecency.com/DQmVn5wf1bWiQ2hmXjHFKJEzaoMZHb6uAQamB2xFxxi9aG9/drums_high_back_right_diagonal.png" width="500"/></td>
</tr>

</table>
Sort:  

Thanks for the kind words! And also the fix, but when I copy and paste it, all of my images disappear, I guess I can't copy a picture and magically have it paste the img src link haha. Where was the actual typo? I tried going line by line comparing it to yours, but I can't find it. Maybe I can just manually fix it if it's easy. Does it affect the LIL bot? The table itself was acting weird as I was creating the post, but I was hoping it was just my browser being glitchy.

Hi,

The typo was in a closing tag in each tr block. The backslash was missing.

but when I copy and paste it, all of my images disappear,

Works like a charm here. You may have to wait a little while for the images to be loaded. After all, the file server has to create downscaled preview images for all these images first.

image.png

Does it affect the LIL bot?

Yes, the bot won't find the images in the post.

Awesome! Thank you! I found it and fixed it. Those pesky backslashes and semicolons haha. I need to update my template file so that doesn't happen again.