PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
harsha
Forum Contributor
Posts: 103 Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India
Post
by harsha » Mon Sep 23, 2002 9:59 am
i have this script (guestbook) and i have written in php i have a problem
http://shadows.sit.ac.in/php/nazo/view.php
the text is not going to the next line instead it continues and the page expands what should i do to avoid it
Coco
Forum Contributor
Posts: 339 Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:
Post
by Coco » Mon Sep 23, 2002 10:12 am
easy peasy
the <td> element for the message itself has no width parameter and henceforth results in scrollbars rather than wrapped text
Takuma
Forum Regular
Posts: 931 Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:
Post
by Takuma » Mon Sep 23, 2002 12:52 pm
URL not working...
kenny
Forum Newbie
Posts: 12 Joined: Mon Jul 01, 2002 10:12 pm
Location: Florida
Post
by kenny » Mon Sep 23, 2002 6:11 pm
try wordwrap();