can anyone fix this problem

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

Post Reply
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

can anyone fix this problem

Post by harsha »

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 »

easy peasy
the <td> element for the message itself has no width parameter and henceforth results in scrollbars rather than wrapped text
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

URL not working... :cry:
User avatar
kenny
Forum Newbie
Posts: 12
Joined: Mon Jul 01, 2002 10:12 pm
Location: Florida

Post by kenny »

try wordwrap();
Post Reply