not that this has *anything* to do with databases, but try the "nowrap"
directive in the <td> containing the URL, i don't think it will work,
otherwise you will need to use something like the PHP function "wordwrap()"

enjoy

/beau

// -----Original Message-----
// From: Jason Caldwell [mailto:[EMAIL PROTECTED]]
// Sent: Wednesday, 3 October 2001 7:20 AM
// To: [EMAIL PROTECTED]
// Subject: [PHP-DB] HTML or PHP?
// 
// 
// I have a problem that seems like it should be a snap to fix, 
// but leaves me
// feeling frustrated to no end...
// 
// I have a table (HTML) -- 2 Columns.  In the right-hand 
// column I store a URL
// (ie. http://someonesdomainname.com/path/anotherpath/file.html)
// 
// The problem is -- when I pull the URL in -- it *pushes* my 
// columns around
// and expands my table beyond the page -- I have my table hard 
// set at 600
// pixels (not 100%) --
// 
// How can I force the URL (or any text for that matter that 
// doesn't have
// spaces in it) -- to *wrap*??  Can I do this with HTML (I 
// hope) or do I need
// to write some PHP code to force break the string into 
// workable sections?
// 
// Thanks.
// [EMAIL PROTECTED]
// 
// 
// 
// 
// -- 
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, e-mail: [EMAIL PROTECTED]
// For additional commands, e-mail: [EMAIL PROTECTED]
// To contact the list administrators, e-mail: 
// [EMAIL PROTECTED]
// 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to