This topic is locked

Data Field Formatting

8/23/2005 11:46:24 PM
ASPRunnerPro General questions
C
ctprince author

My add-new form has a list of entries that look like.....
CUSTOMERID
LAST NAME:
FIRST NAME:
I need someone to show me how to display the add new form like
CUSTOMERID:
LAST NAME: ; FIRSTNAME
The last name and the first name fields should be horizontal instead of diplaying vertically.
Thanks!

Sergey Kornilov admin 8/24/2005

Hi,
you need to open generated ..._add.php file by any text editor. Find the part starting with <form name="editform".... > and edit <tr></tr>, <td></td> tags below.