Skrivtips
- Webbadresser och e-postadresser görs automatiskt till länkar.
- Rader och stycken hanteras automatiskt. Radbrytningar (<br />)och stycke-taggar (<p> och </p>) sätts in automatiskt. Om stycken inte fungerar är det bara att lägga till ett par tomrader.
- Each email address will be obfuscated in a human readble fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.
- Acidfree inline tags It is possible to change the way the [acidfree:nnn] tags look by adding a few name/value pairs. Note that any value that has spaces in it must be quoted either with single quotes ' or with double quotes ". Currently, the choices are:
- title: use this string as the caption (Note that you can have the node title be the default caption by modifying the setting in admin/settings/acidfree)
- align: {left,right}
- size: {M, WxH} where M=max dimension and WxH=WidthxHeight
- link: 'none' or relative or absolute url e.g. http://www.google.com or node/59. If set to none, thumbnail will not be a link
- popup: any value. If set, it will cause the link to be a popup link
- style: CSS style information for the image
- class: additional class for the image
- [acidfree:1234 size=300 align=right] - right aligned thumbnail of node 1234 with max dimension of 300 pixels
- [acidfree:4321] - left aligned thumbnail of node 4321 (default thumbnail size)
- [acidfree:3241 align=left size=320x240] - right aligned thumbnail of node 3241 with size = 320x240
- [acidfree:3241 title='This is a different title' size=320 popup=true link="http://mysite.dom/"] - left aligned thumbnail of node 3241 with a title set, size = 320x240, link pointing to mysite.dom and target=blank_ set in the anchor
- [acidfree:3241 link=none class='my-image your-image' style="border: 2 px grey inset;"] - left aligned thumbnail of 3241, default size, class set and new style info
