hello,
Please help. in cms wordpress, to summon an image simply use;
in wordpress :
<a><img src="<?php bloginfo('template_url'); ?>/images/728x1.png" /></a
How about in osclass ? i try this script but can't done.
<a><img src="<?php osc_base_path(template_url); ?>/images/728x1.png" /></a>