Hello, all!

I've played with this and searched the forums for months and can't quite find the answer to what I'm looking for...

I have attributes set up for digital downloads. Currently, the track list displays as:

Track Title 1 ($0.99)
Track Title 2 ($0.99)
I see that it is <?php echo "\n" . $options_menu[1]; ?> which is responsible for this.

Are there alternate codes/calls I can use, to detach the price from the title, and be able to call each up in a separate column, such as:

Track Title 1 --------space--------- ($0.99)
Track Title 2 --------space--------- ($0.99)

I'm currently using tables... I just need to find out how to call up those two different parts of the attributes separately. Thank you for any advice!

- Jaye