Message Text |
Take a look at this code I use to display the WAV size of a file:
<div class="details"><span class="labels">Wav Size:</span>
{LINKWAV} - Download <a href="{LINKDLW}">WAV</a></div>
I need to select between this block of code, and one for a MIDI file, such as this:
<div class="details"><span class="labels">Mid Size:</span>
{LINKMIDI} - Download <a href="{LINKDLW}">MID</a></div>
I need to select the MIDI size based on the category. However, I am finding this very difficult to accomplish. I tried doing this with CATID without success.
Suggestions? |