Add a picture
Choose picture
-45°
+45°
Value
Manual value
Drehen
Take over image
Discard and close
Data is loading...
Login
en
de
Cookies
We only use functional cookies on our site that are necessary to use the site (e.g. language setting).
Learn more
Accept
You are here:
Help
> Text Formatting
Text Formatting | Bricks-Stock
Text Formatting
For some text it's possible to use simple HTML tags and styles to format the text. This makes your text better readable for other users.
Following you can find some exampels which do not represent all possibilities. You can find a lot of examples in the web. Just search for CSS.
If a color should be used for a print of the page, you have to add !important after the color style.
It's not allowed to use the tags html, link script.
<h1>Header h1, h2, h3, ...</h1>
<strong>Strong text</strong>
<table>Table</table>
<tr>Row<td>Column</td></tr>
Line Break<br />
<ul>Start unordered list
<li>List items</li>
End unordered list</ul>
<div style="color:orange !important; font-size:5px">Use style to format the text. The div tag is just an example.</div>
Preview