image is not where it's looking for it did you right click on that red X to see the URL of that image it's calling ?
anyway.. open rcd_notepad template..
find
Code:
<a class="collapse" id="collapse_rcd_notepad_div" href="#top"><img src="images/buttons/collapse_40b.png" alt="Collapse Notepad" /></a>
replace it with
Code:
<a class="collapse" id="collapse_rcd_notepad_div" href="#top"><img src="{vb:stylevar imgdir_button}/collapse{vb:raw vbcollapse.collapseimg_rcd_notepad}_40b.png" alt="Collapse Notpad" border="0" /></a>
this pulls the correct image for me in any style..