On Aug 5, 2007, at 1:12 PM, Jennifer Charrey wrote: > // What do I belong to? How am I indented legibly among the sea of PHP > // tags? > <?php } ?> > > OR... > > {/if} Btw: You *can* do this: <?php if($condition): ?> <? endif; ?> -- John