Activity for Hubert L

  • Hubert L Hubert L posted a comment on discussion CSSBox Discussion

    Hi! I'm trying to render a tiff page where content will contain longs words that can extend the required width. Am I right thinking that it can't be done with word-break: break-all property because cssbox doesn't support css3 yet? Is there any way to overcome this problem? example code: <!DOCTYPE html> <html lang="en"> <head> <title>Example</title> </head> <body> <textarea style="word-break: break-all;border:1px solid black; width: 600px; height: 300px">Lorem ipsum dolor sit amet, consectetur adipiscing...

1