![]() |
|
|
|
#1 |
|
I'm currently working on a table in html and the rows have titles and long
web addresses. I can't figure out how to make the text wrap within the cell and keep the widths a certain size. I want to keep everything on one screen instead of having to scroll. How is this possible? thanks! -matt Matt |
|
|
|
|
#2 |
|
Posts: n/a
|
On Wed, 22 Dec 2004 22:09:22 -0500, "Matt" <> wrote:
: I'm currently working on a table in html and the rows have titles and long : web addresses. I can't figure out how to make the text wrap within the cell : and keep the widths a certain size. I want to keep everything on one screen : instead of having to scroll. How is this possible? thanks! Make the titles links, and do not show the long web addresses. The user can see the address when he hovers the link. Sid |
|