Quote Originally Posted by gizmo_girl View Post
I have tried every combination and placement I can think of...apparently none of them are correct. Can you point me in the right direction of what coding to use? I really don't know much about PHP and what to "tell" it. :-/
You are editing the xhtml, not php.

Code:
 <li><a href="<?php echo URL1 ?>" target="_blank"><img src="<?php  echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.IMAGE1 ?>"   alt="first slide image" /></a></li>
Thanks,

Anne