kizziebutler
Programmer
I am developing a shopping cart and I noticed on some shopping carts that the item description has only so many characters displayed, such as "Health Books more .....". The more .... would be the hyperlink to display the full description of the item. An example of the code I am using is:
out.print("<font style=\"font-size: 10pt; color: #000000\">"+toHTML(flddescription)+" </font>");
This prints out the whole description of the item.
Any advice would be much appreciated
out.print("<font style=\"font-size: 10pt; color: #000000\">"+toHTML(flddescription)+" </font>");
This prints out the whole description of the item.
Any advice would be much appreciated