Hi Everyone,
I have a field in a record set that has 200 characters in it. I woul dlike to shorten it to 100 and add ... so I can click on it for more detaiils. I already have a master/detail page setup and everything is done.
Currently i have:
<?php echo $row_GetKnownIssue['AlertDescription']; ?>
which displays the field and already is a link to a detailed page.
Thanks
I have a field in a record set that has 200 characters in it. I woul dlike to shorten it to 100 and add ... so I can click on it for more detaiils. I already have a master/detail page setup and everything is done.
Currently i have:
<?php echo $row_GetKnownIssue['AlertDescription']; ?>
which displays the field and already is a link to a detailed page.
Thanks