If I put this into my "header" snippet then the parent and all the
child pages display images:

<div id="header"><div id="site-title"><img src="/images/ncg-potpourri-
big.png" class="shadow" style="align:left"/><r:if_url matches="^/
$">Nyack Community Garden</r:if_url><r:unless_url matches="^/$"><a
href="/">Nyack Community Garden</a></r:unless_url><img src="/images/
ncg-onions-big.png" class="shadow" style="align:right"/></div><div
id="site-subtitle">Established ...</div></div>
<hr class="hidden" />

If I put this into the snippet then only the parent displays the
images:

<div id="header"><div id="site-title"><img src="images/ncg-potpourri-
big.png" class="shadow" style="align:left"/><r:if_url matches="^/
$">Nyack Community Garden</r:if_url><r:unless_url matches="^/$"><a
href="/">Nyack Community Garden</a></r:unless_url><img src="images/ncg-
onions-big.png" class="shadow" style="align:right"/></div><div
id="site-subtitle">Established ...</div></div>
<hr class="hidden" />

The only difference is the leading slash:

src="/images...

This is using the latest "styled blog" option.

Reply via email to