• This is my code placed in post(status)
    How to delete the border/frame around images?
    I need only image to be button nothing more

    <div>
    <button onclick="document.getElementById('player').play()"><input type="image" src="MY IMAGE LINK"</button>
    <button onclick="document.getElementById('player').volume+=0.3"><input type="image" src="MY IMAGE LINK"></button>
    <button onclick="document.getElementById('player').pause()"><input type="image" src="MY IMAGE LINK"></button>
    <button onclick="document.getElementById('player').volume-=0.3"><input type="image" src="MY IMAGE LINK"></button>
    </div>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    This is how it look like
    http://imageshack.us/photo/my-images/805/14055908.jpg

    Anyone know how to change it?
    thanks 😉

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Button edition’ is closed to new replies.