aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.9 - [url] Built-In

Mnemonic aid: url for Uniform Resource Locator (HTML Anchor)

This built-in provides standard HTML linking.


[url (sep=|,)(css=CSS,)(nam=Name,)(tgt=_target,)(URLsepLINKED_CONTENT)]

[url http://ourtimelines.com/|OurTimeLines]
[url tgt=_blank,http://ourtimelines.com/|Time Lines for Everyone]
[url sep=[co],http://ourtimelines.com/,OurTimeLines Site]
[url css=text-decoration: none;,http://ourtimelines.com/|OTL]
[url nam=here]

<a href="http://ourtimelines.com/">OurTimeLines</a>
<a target="_blank" href="http://ourtimelines.com/">Time Lines for Everyone</a>
<a href="http://ourtimelines.com/">OurTimeLines Site</a>
<a style="text-decoration: none;" href="http://ourtimelines.com/">OTL</a>
<a name="here"></a>
Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7