Page is a not externally linkable
penders - 6:23 pm on Nov 30, 2011 (gmt 0)
[edited by: alt131 at 1:19 pm (utc) on Dec 6, 2011]
Can you not override the padding-left? (20px is specified by .ymp-btn-page-play)
Either inline...
<a href="http://www.example.com/song.mp3" style="padding-left:40px !important;">Song Title</a>
Or, in your stylesheet, adding more specificity to override the Yahoo! rule...
body a.ymp-btn-page-play {
padding-left: 40px !important;
}
[edit reason] Side Scroll [/edit]