www.blackboxrecords.com
Nov 25 2003, 09:50 PM
I am trying to use the "Additional Information" box at the bottom of the product editor to link the customer to a sound clip that will be saved on the MC server.
I have a little pic of an audio symbol that I want the customer to click on to hear the sample.
Can anyone tell me the code that I will need to insert there?
Thanks alot!
ForumAdmin
Nov 25 2003, 10:06 PM
I think this will do the trick...
| HTML |
| <a href='www.linktoaudiofile.com/whatever'><img src='www.linktoaudioimage' border='0' alt='' /></a> |
iMotivate
Nov 25 2003, 11:12 PM
I think it would be something like this...
<a href="http://www.yoursite.com/yoursoundfile"><img src="http://www.yoursite.com/yourimage.jpg" border='0' alt=""></a>
or, if you have these files on the MC site off of the root:
<a href="yoursoundfile"><img src="yourimage.jpg" border='0' alt=""></a>
or, if you have these sound file on the MC site in a folder called "sound"
and the image file in an "image" folder (for example):
<a href="sound/yoursoundfile"><img src="image/yourimage.jpg" border='0' alt=""></a>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.