When I moved a clients project onto my computer, all their text editing buttons were showing up as the generic red 'x' indicating the browser couldn't find the image. As I understand it, the line below should automatically load the image for a bold button:
<ighedit:ToolbarButton runat="server" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" Type="Bold" />
Any ideas what's going wrong?
Thanks