> Home
Compose tips
- Web page addresses and e-mail addresses turn into links automatically.
Insert an image node with <pp_img type="node" nid="nid" preset="preset" title="title" align="align" caption="caption" link="link" target="target" > </pp_img>.
Insert an image url with <pp_img type="url" src="src" width="width" height="height" title="title" align="align" caption="caption" link="link" target="target" > </pp_img>.
Insert a media node with <pp_media type="node" nid="nid" width="width" height="height" title="title" align="align" caption="caption" > </pp_media>.
Notes: There must be a space between opening and closing tags, otherwise the rich editor may interfere. The double quotes are necessary.
Attribute Description Applies to Examples type Type All "node", "url" nid Node number Image node, media node "1" preset Image preset Image node "image", "thumbnail", "small" teaser Teaser Image Image node "0", "1" src Image url Image url "http://www.example.com/image.jpg" width Width Image url, media node "300" height Height Image url, media node "100" title Title Image node, image url "Sample title" align Alignment All "left", "right", "center", "none" caption Caption All "Sample caption" link link Image node, image url "http://www.example.com/index.html" target target window Image node, image url "", "_blank"