I am building a message board and want to have a page just listing the first line of each message followed by a read more link going to a detail page.
The data flows from anaccess database. how can I make my page only display the first say 60 characters of the message without displaying the whole message?
to display the whole message I would say:
<%=(rsMessage("description"))%>
thanks for your help
The data flows from anaccess database. how can I make my page only display the first say 60 characters of the message without displaying the whole message?
to display the whole message I would say:
<%=(rsMessage("description"))%>
thanks for your help