PI: demolinkThe purpose of a demolink is to produce a XHTML-fragment that links to any webpage. The idea is to produce a link that can be controlled by a stylesheet for media screen and print. You may display a text on the webpage and a complete URL on the printed material. <?_wxt demolink uri="" text="" style=""?> The parameters are:
Styleclass(es) describing this PI is: demo, if not set in PI as described above. See distributed std styles. Examples:<div> <?_wxt demolink uri="http://www.ia.hiof.no/" text="Ostfold college" style="mystyle"?> </div> |