SyntaxFix
Write A Post
Hire A Developer
Questions
You can hide an image using javascript like this:
document.images['imageName'].style.visibility = hidden;
If that isn't what you are after, you need to explain yourself more clearly.