I have two columns in my table with equal width(50%, 50%). I am showing search results URL in them. For big urls the columns are stretching and destroying the layout.
Any suggestion to the problem?
Thanks & Regards, Subrat.
I have two columns in my table with equal width(50%, 50%). I am showing search results URL in them. For big urls the columns are stretching and destroying the layout.
Any suggestion to the problem?
Thanks & Regards, Subrat.
You can set text-overflow:ellipsis;
described here and/or use jQuery ellipsis plugin.