The text and image fields are stored on their own data pages, which are 2KB long. What the deal is, is that text and image data will take up a multiple of 2KB in size regardless of how long the actual data is.<br>
<br>
For example, the text field will be 2KB long until the data is one byte over, then it will take up 4KB, etc.