Hi Guys
I am trying to display images for the steps in my wizard.
When I open the wizard tag I have the following:
<asp:Wizard ID="BookPropertyOnline" runat="server" DisplaySideBar="false" StepPreviousButtonImageUrl="~/Images/PreviousButton.jpg" StepPreviousButtonType="Image" StepNextButtonImageUrl="~/Images/NextButton.jpg" StepNextButtonType="Image">
For some reason the images are not displaying and the buttons still appear. Am I missing anything?
Kind regards
I am trying to display images for the steps in my wizard.
When I open the wizard tag I have the following:
<asp:Wizard ID="BookPropertyOnline" runat="server" DisplaySideBar="false" StepPreviousButtonImageUrl="~/Images/PreviousButton.jpg" StepPreviousButtonType="Image" StepNextButtonImageUrl="~/Images/NextButton.jpg" StepNextButtonType="Image">
For some reason the images are not displaying and the buttons still appear. Am I missing anything?
Kind regards