![]() |
changing the way Special Fields appear |
Post Reply
|
| Author | |
cpgmar
Newbie
Joined: 04-December-2005 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: changing the way Special Fields appearPosted: 02-August-2008 at 12:59pm |
|
I need to highlight the Customer Special Fields to change the font/size/color so they are more visible to customers on the login.asp page. Where can I change them? I can't find anything in the css file and I don't want to mess up the coding. Can I add html code somewhere to fix this?
Thanks for any help. ![]() |
|
|
Cindy
The Tasteful Garden www.tastefulgarden.com |
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 02-August-2008 at 8:23pm |
|
Hi,
Just add the HTML code in the fields where you define the Customer Special Fields. Either straight HTML tags, or tags to allow you to then style it via CSS. |
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 02-August-2008 at 8:28pm |
|
If you decide you would rather have the style managed from the code it's in a section within login.asp between (approx) lines 1720-1780
|
|
![]() |
|
cpgmar
Newbie
Joined: 04-December-2005 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 05-August-2008 at 6:07pm |
|
Thanks Hamish, I added the html code into the field and the tags appear in the fields themselves, I don't know why
Where can I insert html code in the following without messing up the code?: <td colspan="2"> <%if pcArr(2,k)="1" then%> <input type="hidden" name="custfield<%=pcArr(0,k)%>" <%if pcArr(10,k)<>"" then%>value="<%=pcArr(10,k)%>"<%else%><%if pcArr(3,k)<>"" then%>value="<%=pcArr(3,k)%>"<%else%>value="1"<%end if%><%end if%>> <%else%> <input type="hidden" name="custfield<%=pcArr(0,k)%>" value="<%if session("idcustomer")=0 then%><%if pcArr(3,k)<>"" then%><%=pcArr(3,k)%><%else%><%=Session("pcSFcustfield"&pcArr(0,k))%><%end if%><%else%><%if pcArr(10,k)<>"" then%><%=pcArr(10,k)%><%else%><%=Session("pcSFcustfield"&pcArr(0,k))%><%end if%><%end if%>"> <%end if%> <input type="hidden" name="pcv_ShowFieldRequired" value="NO" /> </td> |
|
|
Cindy
The Tasteful Garden www.tastefulgarden.com |
|
![]() |
|
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 05-August-2008 at 8:54pm |
|
Hi Cindy.
What HTML did you try to add & where? I tried it on one of my systems & it worked OK, perhaps we used different tags or something else caused the issue - lets start with trying to get it working for you before resorting to updating the source code. |
|
![]() |
|
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 |