diff options
Diffstat (limited to 'doc/bbcode.html')
-rw-r--r-- | doc/bbcode.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/bbcode.html b/doc/bbcode.html index a24dd8b5d..d46f9d05a 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -1,5 +1,5 @@ <h3>BBcode reference</h3> -<div style="font-size: 14px;"> +<div style="font-size: 14px; width=92%; max-width=1024px; display:block"> <br /><br /> <ul class="listdecimal" style="list-style-type: decimal;"> <li>[b]bold[/b] - <strong>bold</strong><br /> @@ -9,6 +9,10 @@ <li>[color=red]red[/color] - <span style="color: red;">red</span><br /> <li>[url=https://redmatrix.me]Red Matrix[/url] <a href="https://redmatrix.me">Red Matrix</a><br /> <li>[img]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" alt="Image/photo" /><br /> +<li>[img float=left]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" style="float:left;" alt="Image/photo" /><br /> +<div style="clear:both;"></div> +<li>[img float=right]https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg[/img] <img src="https://redmatrix.me/images/default_profile_photos/rainbow_man/48.jpg" style="float:right;" alt="Image/photo" /><br /> +<div style="clear:both;"></div> <li>[code]code[/code] <code>code</code><br /> <li>[quote]quote[/quote] <blockquote>quote</blockquote><br /> <li>[quote=Author]Author? Me? No, no, no...[/quote] <br /><strong class="author">Author wrote:</strong><blockquote>Author? Me? No, no, no...</blockquote><br /> |