agent.php

<div id="formtitle"><center>FORMULIR PENDAFTARAN AGENT INDONUSA</center></div>

<br><br>
<table border="0">
<tr>
<td class="field">Nama Lengkap</td>
<td><input type="text" name="name" placeholder="harus diisi" value=""></td>
</tr>
<tr>
<td class="field">Tempat & Tanggal Lahir</td>
<td><input type="text" name="name" placeholder="harus diisi" value=""></td>
</tr>

agent.css

#form { width: 900px; height: 1600px; background-color: white; display: block; border: 1px; margin: auto;}

#formtitle { width: 900px; height: 50px; background-color: blue; z-index:1; font-family: arial; color: white; font-weight: bold; }

td .field { padding: 5px; text-align: right;}

Hey, I am trying to distinguish the first form field which is for the text name and the form field which is for the input field by using the css class.

The codes that I type above does not work. Can anyone help me makes it work?

Thanks before.

Member Avatar for LastMitch

The codes that I type above does not work. Can anyone help me makes it work?

@davy_yg

What are you trying do? You click solve on a question you post that doesn't make sense. There's something wrong is the design or the php form itself?

How did you solve your issue? Can you at least give a good explanation since you been on Daniweb for 3 years, it's a long time.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.