Quote Originally Posted by styledata View Post
I sure have! But when I change ANY of the text in /includes/languages/english/extra_definitions nothing happens! Currently the line reads:
define('TEXT_TAB_TITLE_ADDITONAL_IMAGES', 'Images');
and STILL the text appears as "Additional Images".

the /includes/languages/english/extra_definitions/tabbed_products_pro.php does not respond to any changes I make.

I have fiddled with the css files to try to force a line break using word-break property and had no luck there either.

The problem is that I have several custom tags, most of the two words. Those tags split because I coded them to do so in the product description. It looks bad to have some split and others not.

You can see the problem here:
http://test.photoimprints.com.previe...ular-p-19.html
Well I have fixed it, more or less, by tweaking the tpp css file:
#slidetabsmenu a span {
padding:5px 10px 4px 6px;
width: 60px;
height: 30px;
}

The only problem with this is that if I add any new tabs or change the words I will have to reset it.

I still don't know why I could NOT change the tab text in the definitions file. If anyone has any ideas it would be great to know.

Thanks!