Simple Form in Table Layout

Developer
Size
2,012 Kb
Views
32,384

How do I make an simple form in table layout?

Customize Form using table as the foundation.. What is a simple form in table layout? How do you make a simple form in table layout? This script and codes were developed by Alen on 07 September 2022, Wednesday.

Simple Form in Table Layout Previews

Simple Form in Table Layout - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Form in Table Layout</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <table id="form-container"> <tr> <td id="ribbon-container" colspan="2"><div id="text">Request for a FREE QOUTE Today</div><div id="ribbon"><img src=""/>More Than Security</div></td> </tr> <tr> <td id="label">Name *</td><td><input/></td> </tr> <tr> <td id="label">Phone *</td><td><input/></td> </tr> <tr> <td id="label">Email *</td><td><input/></td> </tr> <tr> <td id="label">Zip Code *</td><td><input/></td> </tr> <tr> <td id="label"></td><td class="text-choice">Home Owner?</td> </tr> <tr> <td></td><td class="text-choice"><input class="box" type="checkbox" name="vehicle" value="Bike">Own
<input class="box" type="checkbox" name="vehicle" value="Car">Rent </td> </tr> <tr> <td colspan="2" class="button-cell"><input class="button" type="button" value="CALL ME NOW"/></td> </tr> <tr> <td colspan="2" class="note">*We DON'T share your information</td> </tr>
</table>
</body>
</html>

Simple Form in Table Layout - Script Codes CSS Codes

table{ font-family: Arial;
}
#form-container{ width: 500px; height: 100%; background-color: #ee920b;
}
#label{ text-align: right; width: 20%; font-size: 20px; font-family: Arial;
}
input{ background-color: #ffffff;	box-shadow: 2px 3px 5px 2px #adadad inset; font-size: 30px
}
#text{ color: #034f8d; font-size: 25px; width: 50%; margin-left: 15px; font-weight: bold;
}
#ribbon{ background-color: #034f8d; height: 50px; width: 50%; float: right; margin-top: -70px; margin-right: -20px; color: #ffffff; font-size: 20px;
}
img{ height: 125px; width: 118px; float: left; margin-top: -20px;
}
#ribbon-container{ padding-bottom: 25px;
}
.text-choice{ font-size: 25px; font-family: Arial;
}
.box{ background-color: #ffffff; border: none; box-shadow: none;
}
.button{ background-color: #034f8d; box-shadow: none; color: #ffffff; padding: 10px 10px 10px 10px;
}
.button-cell{ text-align: center;
}
.note{ text-align: center; color: #333333; font-size: 25px; font-weight: bold; padding: 10px 10px 10px 10px;
}
Simple Form in Table Layout - Script Codes
Simple Form in Table Layout - Script Codes
Home Page Home
Developer Alen
Username Alen
Uploaded September 07, 2022
Rating 3
Size 2,012 Kb
Views 32,384
Do you need developer help for Simple Form in Table Layout?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alen (Alen) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!