Hey,
I have a problem which i don't know how to solve.
The problem is that my db rows are displayed in a div tag that has a limited width and height and my db field is 150 characters max.
So when i insert 10 records that are 150 characters long i get 10 rows on my display page which is fine, and design looks ok, but the problem begins when those records are less than 150 characters long.
I have a lot of blank space and i get page #2 which i won't to avoid.
Anyone have an idea?
I was thinking, maybe i can check the length and increase my display limit?