Quote Originally Posted by DivaVocals View Post
In the stylesheet_tpp.css file change the highlighted part to reference the tab stylesheet # you want to use (from the /css/tpp folder)..
Code:
@import "tpp/alt_tpp_tabs13.css";
or

Create your own tab stylesheet, and edit the highlighted section with the name of your custom template.
Code:
@import "tpp/alt_tpp_tabs13.css";
The template images should be stored in:
/images/tpp/
and the stylesheet should be stored in:
/css/tpp
The files are in the directories you mention with the assumption you're talking about the within my template directory. I've tried changing '13' in your example several times but the website display does not change. I don't get it.