TxStyle · Textile Documentation

The Textile Markup Reference for Textpattern


Alignment

Paragraphs or other block modifiers can be aligned left, right, centered or justified.



Input (editable)

Browser
HTML

More about: Alignment

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.




PHP Textile v3.7.0