Audio Tag Troubles

Permalink
I have need to use the HTML5 audio tag to include some audio files in a table. The problem is that the audio tag produces controls that are too wide for the table cells. I have attempted to use the width option, but that doesn't work! Is there another way to do this? Thanks!

Blenderite
 
DAkers replied on at Permalink Best Answer Reply
Hello obc,

I believe you can just apply css to audio tags.

audio { width: 200px; }


Or just put it in as an in-line style.

<audio controls style="width:200px;">