Is it possible to wrap long content in a RTable cell into multiple lines?

asked 28.09.2010 at 02:59

Richard%20Schmid's gravatar image

Richard Schmid
(suspended)
accept rate: 25%


You can use HTML formatting to achieve this:

<HTML>These <br>lines are nicely wrapped and even uses <b>other formats</b></HTML>

In the table cell you should then have something like this:

<html>These
lines are nicely wrapped and even uses other formats</html>

link

answered 28.09.2010 at 03:45

Tamas%20KIS's gravatar image

Tamas KIS
(suspended)
accept rate: 60%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×40
×12
×7

Asked: 28.09.2010 at 02:59

Seen: 1,830 times

Last updated: 28.09.2010 at 02:59