The Textile Markup Reference for Textpattern
1) Images can be aligned in a similar way. The textile syntax for a right aligned image goes like this:
!>/img/carver.png!
If image alignment does now work as expected, try using a CSS style, e.g.:
!{float:right;}/img/carver.png!
Also for centering images, the preferred method is to use CSS:
!{display:block; margin-left:auto; margin-right:auto;}/img/carver.png!
Paste code
into the box above.
Further Information
PHP Textile versions
Textile related linklists
Tools
Blank input form
Table Data Converter
Report Issues
Issues on PHP Textile (GitHub)