Simple ASP questions (probably)

Hi,

Need some advice please.

I am trying to create a asp site that has a article/news publishing system.

I am quite confident in creating the admin section, forms, database etc but i’m abit confused of how to display the data. More specifically, i am trying to create the following:

For example, i would like the news section (news.asp) to look like this:
**
article name**: test
article date: 02/10/2005
**
article text**: test test test test test test test test test test test test more…


article name: test1
article date: 03/10/2005

article text: test test test test test test test test test test test test more…


etc etc

i don’t have a problem with retrieving the data from the Db but what i dont know how to do is to display a certain amount of the article text and then have a more… link that will take you to another page with the whole article text?

any suggestions would be greatly received

many thanks