resize audio player

  • Unknown's avatar

    Hi all, i have added some audio to a post using the audio command. Using simple commands i can see that you can change the colours of the player but i was wondering if there are any similar commands to change other features of the player. Hence i have two questions..

    1. It seems the player is automatically placed on a new line underneath any title i give the piece of music. Is there anyway i can get the player to appear just to the right of the track title.
    2. Are there any commands that would help me alter the size of the player as it looks way to big n bulky in my opinion.

    Thanks

    Marcus

  • Unknown's avatar

    2. As far as I know, no.

    1. One way I can think of is using the code for a table. In its simplest form this would be:

    <table>
    <tr><td>TrackTitle</td><td>[audio TrackURL]</td></tr>
    </table>
  • Unknown's avatar

    Thanks Pangahiotisadam the table coding helps tidy it up a lot.

  • Unknown's avatar

    You’re welcome. Since that worked for you, let me add a refinement; if you want, you can increase the distance between the title and the player by changing the first line of the above code into this:
    <table cellpadding="20">
    (The number is arbitrary: you can experiment with smaller or larger ones.)

  • Unknown's avatar

    Again thanks, this will come to good use.

  • The topic ‘resize audio player’ is closed to new replies.