Text Formatting in the Editor

Text Formatting in the Editor

Our layout tool is pretty smart – some enthusiasts even use it to design full magazines, just like professionals ;)
Writing text is simple:
Click “Add Text,” then enter your text in the right-hand panel. You can change the font, color, and size.
You can also paste text from another editor: simply press „Ctrl“ + „V“ (or „Cmd“ + „V“, if you are „Mac“ computer) in the editing window – it will paste plain text.
Formatted text (with bold, italic) from Word can also be copied, though it's a bit trickier.

Formatting Text and Individual Words

In our editor, you can format individual words on the right-hand panel using HTML code.
For example, if you type bold word, the page will display bold word.

Here’s a handy tool for writing in HTML: https://html-online.com
Type your nicely formatted text on the left, and on the right, you’ll get the HTML code to copy into our editor.

This converter can also handle formatted text from Word or other editors: paste your text on the left side, adjust as needed, and copy the HTML code on the right into the Bitės editor.
Tip: When editing on the right side, pressing Enter creates a new paragraph. If you want to start a new line, press Shift+Enter.



Attention!
The Foto Bitės editor does not support all HTML tags – some are interpreted differently. So if you want to be sure how it will look in print, make sure to order a PDF preview – it will show exactly how it will be printed.

All recommended HTML tags for text formatting:

..... or ...  - bold text bold
..... or ... - italic text italic
..... or  ... - underlined underline
..... or  ... - strikethrough strike
..... - small text small
..... - superscript sup
..... - subscript sub
..... - highlighted text highlight- it will appear more yellow on paper
...
You can also forma larger blocks of text.

...

– separates a block of text into a paragraph.
Bullet points are also supported using more complex code:

  • Line 1
  • Line 2
  • Line 3
  • Line 1
  • Line 2
  • Line 3