- Joined
- Jan 9, 2012
- Messages
- 2
- Reaction score
- 0
I'm looking at this part of HTML/Source coding in my chrome element inspector. (Shown below) and I'm wondering if there is a way to override this div class so the image changes.
As a moderator we have access to source code at the bottom of the page, but we cannot modify any of the actual source code directly, we can only add new codes at the bottom. Is it possible to locate and overwrite this script through CSS or some sort of script?
...
...
...
<div id="st-descr"><div class="banner"><img class="hide" original-src="http://fc00.deviantart.net/fs71/i/2...anner__fluttershy_by_dylandylan72-d4ks6yi.png" src="http://fc00.deviantart.net/fs71/i/2...anner__fluttershy_by_dylandylan72-d4ks6yi.png" style="display: inline; "></div>
...
...
...
As a moderator we have access to source code at the bottom of the page, but we cannot modify any of the actual source code directly, we can only add new codes at the bottom. Is it possible to locate and overwrite this script through CSS or some sort of script?
...
...
...
<div id="st-descr"><div class="banner"><img class="hide" original-src="http://fc00.deviantart.net/fs71/i/2...anner__fluttershy_by_dylandylan72-d4ks6yi.png" src="http://fc00.deviantart.net/fs71/i/2...anner__fluttershy_by_dylandylan72-d4ks6yi.png" style="display: inline; "></div>
...
...
...