picture macros inside html tags
trying to avoid hard coded parts i would like to use <body background="<% layout.image name="karo" %>"> instead of an explicit url.
this does not work.
changing the """" to " ' ' " was not successfull. any help?
trying to avoid hard coded parts i would like to use <body background="<% layout.image name="karo" %>"> instead of an explicit url.
this does not work.
changing the """" to " ' ' " was not successfull. any help?
ichichich
body {
font-family: [Macro not allowed in sandbox: layout.textfont] ;
font-size: [Macro not allowed in sandbox: layout.textsize] ;
color: [Macro not allowed in sandbox: layout.textcolor] ;
background-image:url(" [Macro not allowed in sandbox: layout.image] ");
}
Grad ausprobiert, funktioniert auch mit den verschachtelten Gänsefüßchen.
ichichich
Oder Sie fügen in Ihr Beispiel oben einfach
as="url"
ein.typ.o
ah, sehr gut, werde ich testen ...