Comments on Worth Tracker All Comments Start of Thread Parent

oh sure! normally i don't do code helps but since this is simple enough + actually very helpful for myself as well i'll show you!

replace your item column with this:

<div class="col-5">Item<br><span class="text-muted">(Note)</span></div>

it should look like this!

ad7eb0cba077d56ac3636d1048a70704.png

if you want a smaller text use this:

<div class="col-5">Item<br><span class="text-muted" style="font-size:0.85em;">(Note)</span></div>

367ef96532d65a0f7aa42cdbd9231797.png


thank you SO much!!

one more small request-- how would you add a link to the artist? im new to html and that should be simple, but just wanted to ask for a bit of help! i just want to make it so the name is a link to the artist

if the artist is on TH, @ their name (i.e @Lullah => Lullah)

if you'd like to link elsewhere, use <a href="link">Artist</a>