views:

34

answers:

1

i am trying to add a picture into the design of my blog and ive written it like this

<img src="<?=TEMPLATEPATH; ?>/style/images/maskot.png" />

and it wont display and ive made sure that the link is correct am i doing it wrong? thnx

A: 

I'd view the source and see what the src is pointing to.

You may be able to amend the path by looking at the output.

alex