aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bbcode.html
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-30 00:01:19 +0100
committermarijus <mario@localhost.localdomain>2014-01-30 00:01:19 +0100
commitfe2b6f3dfb4a9473905dde49b7741a6c03699c23 (patch)
tree4ebaf732d319efb80d9edebd941fb0be9e35cc06 /doc/bbcode.html
parent286dca84a139ffa9dd2ab44669190a4d8e49223b (diff)
downloadvolse-hubzilla-fe2b6f3dfb4a9473905dde49b7741a6c03699c23.tar.gz
volse-hubzilla-fe2b6f3dfb4a9473905dde49b7741a6c03699c23.tar.bz2
volse-hubzilla-fe2b6f3dfb4a9473905dde49b7741a6c03699c23.zip
add image floating to bbcode
Diffstat (limited to 'doc/bbcode.html')
-rw-r--r--doc/bbcode.html6
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 />