Quote:
Originally Posted by Jafo232
Sure, you could.. In the template look for something along the lines of:
Code:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/comment_arr.gif" alt="" />
Just use the absolute path there..
|
That works, but only for the comment_arr.gif. There are other images included in this line of code
Code:
<?php echo $vbridge[vb_parser]->do_parse($reply->pagetext, false, true); ?>
whose image references are relative. Is there a way to set those images?