jeddi
02-03-2012, 02:31 PM
Hi,
Please help if you can.
How can I get the black constants to line up with the redish titles:
http://www.sd5.info/express01.jpg
i.e.
Client_id: dav195
Client email: dave.feye@email.com
( deliberate typo in email )
This is my code:
<div class="art_title">
<span>Account Name: </span> <input class="data1" style="margin-top:12px;" type="text" name='x_sc_name' size="66" maxlength ="60" value = '<?php echo $N_sc_name ?>' >
</div>
<div class="art_title">
<span>Access Code: </span> <input class="data1" style="margin-top:12px;" type="text" name='x_access' size="66" maxlength ="60" value = '<?php echo $N_access ?>' >
</div>
<div class="art_title">
<span>Client id: </span><span style="color:black; float:left;"><?php echo $this_user ?></span>
</div>
<div class="art_title">
<span>Client email: </span> <span style="color:black;"><?php echo $N_email ?></span>
</div>
.
Please help if you can.
How can I get the black constants to line up with the redish titles:
http://www.sd5.info/express01.jpg
i.e.
Client_id: dav195
Client email: dave.feye@email.com
( deliberate typo in email )
This is my code:
<div class="art_title">
<span>Account Name: </span> <input class="data1" style="margin-top:12px;" type="text" name='x_sc_name' size="66" maxlength ="60" value = '<?php echo $N_sc_name ?>' >
</div>
<div class="art_title">
<span>Access Code: </span> <input class="data1" style="margin-top:12px;" type="text" name='x_access' size="66" maxlength ="60" value = '<?php echo $N_access ?>' >
</div>
<div class="art_title">
<span>Client id: </span><span style="color:black; float:left;"><?php echo $this_user ?></span>
</div>
<div class="art_title">
<span>Client email: </span> <span style="color:black;"><?php echo $N_email ?></span>
</div>
.