FAQ 1: What is the difference between the box styles?
Answer: All nine draw the same rectangle, only the characters change: Single Line uses thin strokes ─│ with hard corners, Double Line uses doubled strokes ═║, Heavy Line uses thick strokes ━┃, Rounded keeps thin strokes but curves the corners ╭. Classic ASCII falls back to + - | and works everywhere including old terminals; Simple ASCII draws only a dashed band above and below your text with no side walls at all; and Dots, Stars and Slashes repeat one character across every border cell for a textured look.
FAQ 2: Why does my boxed text look ragged after pasting it somewhere else?
Answer: Because there is no "box" stored in the text box – only characters. The frame stays perfect in any monospace font: the Output field here, code editors, terminals and most plain-text file viewers. In a proportional font (many chat input boxes, web pages), the widths differ and the frame crumples.
FAQ 3: Which style should I use inside code comments?
Answer: Classic ASCII (+-+ and |), because it is 100% safe in every programming language, needs no Unicode support, and never confuses a linter or an old terminal. Unicode box-drawing looks beautiful in READMEs, HTML pages, logs and chat, but a rare toolchain may still render it as �.
FAQ 4: What exactly does the border title do?
Answer: It labels the box directly on the frame. The tool writes " TITLE " into the middle of the top border (a tab-like marker, e.g. SHIP IT in Example 4), keeps at least one border character on each side of it, and widens the whole box when the title is longer than your text. The title is part of the border row only, so it never eats into your content lines.
FAQ 5: Does the width of each box line get padded or truncated?
Answer: Padded only. The tool extends every line to the widest line's length, never clips anything, and empty lines stay empty so your paragraphs keep their gaps. There is no maximum length beyond the 50,000-character limit of the textarea.
FAQ 6: Can I use the tool on a single line of text, or is it block only?
Answer: Both. A one-line box is a perfectly valid layout – a three-row card with the top border, your text and the bottom border. It suits small exclamations and reminders where a multi-line block would be overkill.
FAQ 7: Do you save the text I insert in the tool?
Answer: No, we do not save your text. All processing happens entirely in your browser and your data remains confidential. The textarea accepts up to 50,000 characters, and uploaded files larger than that are truncated.
FAQ 8: What is Live mode, and what do the "Try it" example buttons do?
Answer: Live mode is on by default: the Output updates automatically as you type or change a setting, without pressing "Apply". The "Try it" buttons in the Examples section load a ready-made scenario – input text, style, padding, centering and title – in one click; with Live mode on the result appears immediately, otherwise press "Apply".