How to increase/decrease the space between the text and play button

Hi,

Here’s a sample code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> 
<head> 
<title>Yahoo! Media Player</title>
</head> 
<body> 
<a href="http://www.example.com/song.mp3">Song Title</a>
<script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
</body>
</html>

Many thanks in advance!
Mike

You aren’t giving us a lot to go on there. You set spacing with CSS … but first of all make sure to enclose the <a> link in some kind of block element, like a <p> or something, as you aren’t meant to have an inline element (such as <a>) directly inside the <body> element.