Can someone help me with some HTML?

Discussion in 'HTML & Website Design' started by webcabbie, Apr 18, 2011.

  1. #1
    So one of my WP builds has these contact forms

    http://itoataxicab.com/order_cab_service
    Code (markup):
    http://itoataxicab.com/contact_us_feedback
    Code (markup):
    I am trying to use the same form on another WP build but the form html is conflicting with the WP CSS.

    Can someone fix it for me? I hate asking but I am dumb and broke.

    http://reveretaxi.com/order-a-taxi-cab
    Code (markup):
    <div align="center">
                <center>
    			<pre>
                <table width="80%" height="690" cellspacing="0" cellpadding="0" border="0">
                  <tbody><tr>
                    <td width="50%" height="25" bgcolor="#ff0000" align="right">      </td>
                    <td width="50%" height="25" bgcolor="#ff0000"> </td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font><font color="#ffffff">Leaving
                      From</font></b></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* LeavingFrom]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Cross-Street:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* Cross-Street:]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Location
                      Type:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[select* LocationType: "Choose One" "House" "Business" "Apartment" "Other"]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>City:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* LeavingFromCity]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>State:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* LeavingFromState]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Date:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* Date]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Time:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[select* Hour "Hour" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12"]<!--webbot bot="Validation" b-value-required="TRUE" -->[select* Minute "05" "10" "15" "20" "25" "30" "35" "40" "45" "50" "55" "00"]<!--webbot bot="Validation" b-value-required="TRUE" -->[select* AMorPM "AM" "PM"]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="21" bgcolor="#ff0000">   </td>
                    <td width="50%" height="21" bgcolor="#ff0000"> </td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font><font color="#ffffff">Destination:</font></b></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* Destination]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>City:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* DestinationCity]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="26" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>State:</b></font></td>
                    <td width="50%" height="26">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* DestinationState]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="21" bgcolor="#ff0000" align="right">  </td>
                    <td width="50%" height="21" bgcolor="#ff0000"> </td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Vehicle
                      Type Preference:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[select* VehicleTypePreference "Taxi - 4 Door preferred" "Taxi - Van preferred"]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Payment
                      Type:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[select* PaymentType "Choose One" "Cash" "Visa" "Master Card" "American Express" "Voucher"]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><font color="#ffffff"><b>Number
                      of Passengers:</b></font></td>
                    <td width="50%" height="25">[select NumberofPassengers "1" "2" "3" "4" "5" "6" "7" "8" "9" "10"]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="21" bgcolor="#ff0000" align="right"></td>
                    <td width="50%" height="21" bgcolor="#ff0000"></td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Contact
                      Name:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* ContactName]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Contact
                      Phone Number<br>
                      (w/ Area Code):</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* ContactPhoneNumber]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><b><font size="5" color="#00ffff">*</font></b><font color="#ffffff"><b>Contact
                      Email:</b></font></td>
                    <td width="50%" height="25">
    				<!--webbot bot="Validation" b-value-required="TRUE" -->[text* ContactEmail]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="21" bgcolor="#ff0000" align="right">    </td>
                    <td width="50%" height="21" bgcolor="#ff0000"> </td>
                  </tr>
                  <tr>
                    <td height="59" align="right" colspan="2">
                      <p align="center"><b><font color="#00ffff">If
                      you require service to meet an arriving flight, please provide
                      the following:</font></b></p>
                    </td>
                  
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><font color="#ffffff"><b>Airline:</b></font></td>
                    <td width="50%" height="25">[text Airline]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><font color="#ffffff"><b>Flight
                      Number:</b></font></td>
                    <td width="50%" height="25">[text FlightNumber]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="21" bgcolor="#ff0000" align="right">         </td>
                    <td width="50%" height="21" bgcolor="#ff0000"> </td>
                  </tr>
                  <tr>
                    <td height="40" align="right" colspan="2">
                      <p align="center"><b><font color="#00ffff">If
                      paying by voucher, please provide the following:</font></b></p>
                    </td>
                
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><font color="#ffffff"><b>Voucher
                      Account Name:</b></font></td>
                    <td width="50%" height="25">[text VoucherAccountName]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" align="right"><font color="#ffffff"><b>Voucher
                      Account Number:</b></font></td>
                    <td width="50%" height="25">[text VoucherAccountNumber]</td>
                  </tr>
                  <tr>
                    <td width="50%" height="25" bgcolor="#ff0000" align="right">      </td>
                    <td width="50%" height="25" bgcolor="#ff0000"> </td>
                  </tr>
                </tbody></table>
    			</pre>
                </center>
              </div>
    
    
              <p align="center"><font color="#ffffff"><b>Please provide any special
              requests or instructions in the field provided below:<br>
              [textarea specialrequestsorinstructions]
              </b></font>
              [submit]</p>
    Code (markup):
     
    webcabbie, Apr 18, 2011 IP
  2. webcabbie

    webcabbie Active Member

    Messages:
    355
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    No? No one?
     
    webcabbie, Apr 18, 2011 IP