crosscheck Regular Member Joined Aug 12, 2010 Messages 424 Reaction score 231 Feb 11, 2011 #1 Anyone familiar with changing the Layout of the Contact form? I need to lay it out horizontally rather than the default which is vert. Thanks
Anyone familiar with changing the Layout of the Contact form? I need to lay it out horizontally rather than the default which is vert. Thanks
flexnds Power Member Joined Jan 4, 2010 Messages 643 Reaction score 699 Feb 11, 2011 #2 just use tables HTML: <table border="0"> <tr> <td>Resort/Sales Center Name:</td> <td>[text ResortSalesCenterName:]</td> </tr> <tr> <td>Your Name:</td> <td>[text* YourName:]</td> </tr> <tr> <td>Title:</td> <td>[text Title:]</td> </tr> </table> Last edited: Feb 11, 2011
just use tables HTML: <table border="0"> <tr> <td>Resort/Sales Center Name:</td> <td>[text ResortSalesCenterName:]</td> </tr> <tr> <td>Your Name:</td> <td>[text* YourName:]</td> </tr> <tr> <td>Title:</td> <td>[text Title:]</td> </tr> </table>