Jump to content

Html in description


mostlyharmless

Recommended Posts

Hello.

Ive been looking for a bit around and cant seem to find a solution for this.

I want to add a player to the description field on some products.

So i went to source-code and put in:

<audio controls>
  <source src="horse.ogg" type="audio/ogg">
  <source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

All that gets put out tho is:

"Your browser does not support the audio element."

Is there a way to make it use the HTML?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...