Adding graphic above video on comment page?


Author Message
Mike

Posted: 12/1/2009
Quote message 

I am inserting tabbed graphics above my embedded videos on the home page by adding this code:

<div>
<img src="http://www.MySite.com/sharetabs.gif" alt="#" height="#" width="#">
</div>

after this:

<?php echo implode(' | ', $icons); ?>

1.) How can I also add the same tabbed graphics above the same embedded video on the comment page?

Thanks!
 
Garry

Posted: 12/1/2009
Quote message 

You can try inserting that code in your single.php
 
Mike

Posted: 12/1/2009
Quote message 

Where in the single.php file would it be placed?

Thanks!!!!
 
Garry

Posted: 12/1/2009
Quote message 

I think you placed it in index.php already. You can try placing it in same divs but in single.php