Help about Description and Content ID

Hi! A little question here!
My latest uploads’ve been “registered” with Content ID. So I copy the Content ID warning link from AJ website and paste it first thing on the description box followed by the description item.

But when my track is approved, it only shows the Content ID stuff with no item description (that only appears when I click to edit the item, but not for all to see).

What am I doin’ wrong? - not so much of a quick question :slight_smile:

The code provided by envato does not contain the <p> closing.

This is what you copied:

<a href="https://help.market.envato.com/hc/en-us/articles/204484680"> <img src = "https://s3.envato.com/assets/audiojungle/content_id.png "

And this is correct:

<p><a href="https://help.market.envato.com/hc/en-us/articles/204484680"><img src="https://s3.envato.com/assets/audiojungle/content_id.png"<p>

If you want to be sure that the description is well-formated and will be displayed correctly, please use this page for preview.

if you do not close the paragraph (<p>), everything is in its area will be assigned to one “function block”, in this case it is the src parameter, i.e. image search. The rest of the description did not appear because it was assigned to this parameter and probably this has been treated as an additional argument or just a further development of the link containing the envato graphics.

1 Like

Wow! It worked!! Thank you so much!!! :slight_smile:

Please give me heart or solution checkmark :blush:, I am collecting badges :laughing: