Posted in : Plugins & renderers, Renderers, Plugins
[lt]?php
echo 'hello world';
?[gt]
[lt]script type="text/javascript"[gt]
window.alert( "hello world");
[lt]/script[gt]
[lt]h1[gt]Hello world[lt]/h1[gt]
[lt]p[gt]Hello world[lt]/p[gt]
[lt]style type="text/css"[gt]
#hello{
color:#f00;
background-color:inherit;
}
.world{
color:inherit;
background-color:#f00;
}
[lt]/style[gt]