VBXL,
Simply....imagine a book...
each page only holds 8 KB of data and there are only 8 pages (extents) in the book. A sentence (a row of data) CANNOT continue onto another page.
Your database would then be like a library filled with these 8 page books.
SO, (from the BOL):
a page is 8 KB
128 pages per MB
an extent is 8 pages (64 KB)
16 extents per MB
and rows cannot span pages.
Hope that helps.
-Bill