I have an html document that is included as an iframe in a toolbar. The document includes a single line of text.
I wish to limit the width of the document, so that it doesn't exceed a maximal width, but can occupy less if the text is short.
How can this be achieved?
If helpful, the document is actually a php document and I can use javascript.