Agent_Trig Posted April 10, 2007 Posted April 10, 2007 Here is my customers site: http://www.tifco.co.uk On the left is a drop down menu called 'Furniture Types' and for some reason, it is chopping the text short even though is enough room to display the whole word. I have tried increasing the width of the drop-down in the CSS file and even when it's set to 200px wide, it still chops the text at the same point :huh: Any ideas how to fix this? ;)
fromthenorth Posted April 10, 2007 Posted April 10, 2007 Here is my customers site:http://www.tifco.co.uk On the left is a drop down menu called 'Furniture Types' and for some reason, it is chopping the text short even though is enough room to display the whole word. I have tried increasing the width of the drop-down in the CSS file and even when it's set to 200px wide, it still chops the text at the same point :huh: Any ideas how to fix this? ;) Are you *sure* it is not stored like this in the database ? The code is definielty outputting what you see : <option value="20">Bedroom Furnitu..</option> It is being chopped at the 17th characters. Can you check the db table for this ? Or - if you have modified this box from the manufacturers box, then go to your amdin panel : Configuration --> Maximum Values --> Length of Manufacturers Name See if this is set to 17 - or it maybe 15 and OSC automatically adds the dots. Jonathan
Agent_Trig Posted April 11, 2007 Author Posted April 11, 2007 Or - if you have modified this box from the manufacturers box, then go to your amdin panel :Configuration --> Maximum Values --> Length of Manufacturers Name See if this is set to 17 - or it maybe 15 and OSC automatically adds the dots. Jonathan Thanks you very much, that has sorted out the problem :thumbsup: I can't believe it was something so simple - there was me going through the code....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.