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?

Recommended Answers

All 2 Replies

Have you tried displaying your query results in a dynamic table instead of a div?

do you have a link where we could see the page in question, or perhaps post the code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.