J
|
Jane 7/24/2006 |
Stephan, select field1,
|
M
|
mmponline author 7/24/2006 |
Thanks for that one, works great! Now for a bigger challenge:
|
M
|
mmponline author 7/24/2006 |
Jane |
J
|
Jane 7/24/2006 |
Stephan,
echo "<font color=#763512>Personal info</font>";
|
M
|
mmponline author 7/24/2006 |
Any help on which tr tags to remove? Ther are thousands and I need to setup this project with other usability as well, meaning that I'll have to handcode them as well???? |
![]() |
Alexey admin 7/24/2006 |
Stephan, echo "\r\n<tr><td class=shade>".Label("Field1")." </td><td>"; ... echo "</td></tr>"; ... echo "\r\n<tr><td class=shade>".Label("Field2")." </td><td>"; ... echo "</td></tr>"; ... echo "\r\n<tr><td class=shade>".Label("Field3")." </td><td>"; ... echo "</td></tr>"; ... echo "\r\n<tr><td class=shade>".Label("Field4")." </td><td>"; ... echo "</td></tr>"; |