Image linking and required fields |
Post Reply |
Author | |
Kitty_BDG
Newbie Joined: 18-June-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
Posted: 18-June-2007 at 2:35pm |
I'm having an issue with image links appearing as text above the Checkout Bar image in the login/checkout area. The images are in the correct location on the server, but it appears as if their URL's run together as text instead. I couldn't find the ASP code location referencing these images in Dreamweaver so I'm not sure where to correct it. The text that appears between the header and the Checkout Bar image is: images/sample/pc_icon_required.gifimages/sample/pc_icon_erro rfield.gif A previous developer made some minor customization to the ProductCart before, so when we updated, this text started showing up. It doesn't interfer with funcationality but it isn't pretty either. Also, if the Terms and Conditions field is required, how can I get the red astrick to appear beside the checkbox? I've had a client who got kicked back to the login page when he forgot to check it and it lost all of his registration info he just entered. Thank you! Kitty Blackwood
|
|
GavinB
Newbie Joined: 20-June-2007 Location: United Kingdom Status: Offline Points: 0 |
Post Options
Thanks(0)
|
There is some rogue html that just lists this
images/sample/pc_icon_required.gifimages/sample/pc_icon_erro rfield.gifthat is why it is being displayed up there. I would get whoever customised it to take a look and remove it for you. Regarding the Terms and Conditions - I was going to suggest you use some html as part of the 'I AGREE' text to make the image show up, but having just tried it, it gets rejected. So instead you could make a change in login.asp. Right near the end, there is a line... <input type="checkbox" value="1" name="AgreeTerms" class="clearBorder" /> <%=pcStrTermsLabel%> RIght before the <%=pcStrTermsLabel%> enter <img src="images/sample/pc_icon_required.gif" /> |
|
Kitty_BDG
Newbie Joined: 18-June-2007 Location: United States Status: Offline Points: 0 |
Post Options
Thanks(0)
|
Thanks Gavin, I appreciate your help! Kitty |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |