You will have to better explain your situation.
Please let me know if my understanding is correct:
You are saying that you can read some text from a text field in your database, and display it in a web page as "raw" text - that is, without any HTML tags.
However, when you put it into an html page with all the typical tags and css you can't see the text in the browser.
Questions:
1 - what tags surround the text when it is output? Just the body tags, or???
2 - Can you see the text in the source of the browser when you invoke the "view source" menu choice?
If your text is contained in the source it is possible that your css is not showing the <div> it is contained in, or that the color of text for that <div> is the same color as your background.
Of course, there are many other possiblities, but this is NOT a problem with getting data out of a text field in a database table.
One other thing - what does it mean to "iterate it out to the web page". I have never seen iterate used in this way before.
Woody Z
http://www.learntoprogramnow.com