ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Adding CSS to certain textfields
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Adding CSS to certain textfields

 Post Reply Post Reply
Author
Message
Aeon View Drop Down
Newbie
Newbie
Avatar

Joined: 18-June-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aeon Quote  Post ReplyReply Direct Link To This Post Topic: Adding CSS to certain textfields
    Posted: 04-July-2006 at 10:26pm
In login.asp for checkout, the following type of code is used to generate textfields.

<%textbox "zip", pZip, 12, "textbox"%>
<%validate "zip", "required"%>

How can I add a css attribute to these textboxes?
<input class="iform" name="name" size="30" value="" class="textfields"> 



Back to Top
netprofits View Drop Down
Certified ProductCart Developers
Certified ProductCart Developers


Joined: 05-January-2006
Location: United States
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote netprofits Quote  Post ReplyReply Direct Link To This Post Posted: 04-July-2006 at 11:13pm
Edit the includes/validation.asp routine. Search for the textbox subroutine and add the class to the code that generated the input fields.
NetProfits Internet Consulting

Certified ProductCart Developer

Our Site
Back to Top
Aeon View Drop Down
Newbie
Newbie
Avatar

Joined: 18-June-2006
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aeon Quote  Post ReplyReply Direct Link To This Post Posted: 04-July-2006 at 11:20pm
It already had a class=iform but I couldn't find any iform CSS selector anywhere...
so I just replaced it with my own CSS. Thanks for the help!
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.