I have a page that display's products and it has descriptions
in it that are pulled from a database however the problem is that
we want to make them uniform and have the description fill 2 lines
so my question is if I have a variable string that is 10 characters
long then the way I was thinking is to add nbsp's to the end of the
variable to make it = the string len of 24 plus 1 space make the
line wrap to the next line. so I would have something like the code
attached, does anyone else have a better way of doing it please let
me know.