Posted by turbo on 10/11/05 21:19
> <html> > <body> > <table> > <tr> > <td> > a > b > c > </td> > </tr> > </table> > </body> > </html> > will produce > "abc" > not > "a b c" ************************* <html> <body> <table> <tr> <td> a b c </td> </tr> </table> </body> </html>
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming