Brilliant! That works perfectly.
Thanks for your help!
Christian
Thanks, although I’m getting a problem that I think is bigger than I originally though (that I just didn’t know the syntax).
If I hard-code it, my site shows up fine:
<a href="#"><img src="/images/resume.gif'" /></a>
If I do this:
<a href="#"><img src="<?php include(TEMPLATEPATH . '/images/resume.gif'; ?>" /></a>
Then my entire site dissapears and just shows white and the source is blank.
Am I being completley stupid?
Christian