Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 more space between last name and email
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

elvis
VP-CART Super User

202 Posts

Posted - September 19 2008 :  10:12:04  Show Profile  Reply with Quote
I'd like to add more space between Last name and email in
shopcustadminlogin.asp. The are too close each other.

Could anyone tell me how to add more space there please?

Thanks in advance.

madbug
VP-CART New User

130 Posts

Posted - September 20 2008 :  03:08:50  Show Profile  Reply with Quote
There are 2 ways to do it.
First Locate the code in shopproductsubs.asp file

<table cellpadding="2" cellspacing="1" border="0" width="100%">
<tr>
<td width="30%"><%=getlang("langCustLastname")%></td>
<td><input class="txtfield" size=20 name=strLastname value=<%=Chr(34) & strLastname & Chr(34)%>></td>
</tr>
<tr>
<td width="30%"><%=getlang("langCustEmail")%></td>
<td><input size=20 class="txtfield" name=strEmail></td>
</tr>
<tr>
<td> </td>
<td><div align="right"><%shopbutton getconfig("xbuttonlogin"), getlang("langcommonlogin"),""%></div></td>
</tr>
</table>

This is the login table. you can increase the table cellspacing from 1 to 5 or 10. it will increase the space in between. Or if you wish to add one row in between just add the following code in between

<td><input class="txtfield" size=20 name=strLastname value=<%=Chr(34) & strLastname & Chr(34)%>></td>
<!-- add new row -->
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<!-- add new row -->
<td width="30%"><%=getlang("langCustEmail")%></td>
<td><input size=20 class="txtfield" name=strEmail></td>
</tr>
Go to Top of Page

elvis
VP-CART Super User

202 Posts

Posted - September 20 2008 :  04:25:24  Show Profile  Reply with Quote
Thanks. I was not sure which file and where. I added height to td tag and all is good.
Thanks.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00