antworks-it wrote:
Look at the vertical menu on the left side: "camicie da uomo su misura" goes correctly on two lines. However, if you click on the link itself, the target page will show "camicie da uomo [br] su misura"... what's going on ? the menu is the same, obviously... the fancy thing is that if you click on a tissue's photo on this page, the next page will have the left menu correctly breaked !
Hi Giorgio,
I didn't test your html pages myself, sorry, but I want to suggest the debugging technique for this issue:
1. Please look into the 'plugins/system/yvbbcode.php' file, function _replaceCode(& $text)
2. Change $debug = false; to $debug = true;
3. See and analyze debug info: I think, that for some reasom yvBBCode decides to skip some part of the page (maybe some tags are not closed...)