Comments on [F2U HTML] Modular User All Comments

hiiii i used ur code and i was just wondering if there's any way to add stamps without breaking the code? i'm not very fluent in coding but i wanted to add some misc. decoration to my profile but the last time i tried it broke the code and i had to redo it hahaha

hi!! the simplest way to do that is like this:

<div class="row no-gutters">
  <img src="IMAGE_LINK_HERE">
  <img src="IMAGE_LINK_HERE">
  <img src="IMAGE_LINK_HERE">
  <img src="IMAGE_LINK_HERE">
</div>

you can repeat the <img> element as many times as you need. this can go pretty much wherever you want :]

thank you so much !! ^__^