Start by adding the class "byoImage" to your images, like this:
<img class="byoImage" src="[%GraphicsPath()%]myimage1.png"/>
Then add this CSS to the survey head tag:
<style>
.byoImage {
display: none;
}
.acbc_byo .byoImage {
display: inline;
}
</style>