EL problema es q la tabulacion no consigo que siga el orden del formulario q necesito. Lo he ordenado, pero sigue saltando del "6" al 17", pq en la imagen el 6 esta encima del 17...¿como podria repararlo?? gracias
Código HTML:
Ver original<div id="formulario2" style="font-size: 0.7em; border-color: #303030; border: 3px;"> <div style=" height: 250px; width: auto"> <div id="blq1" style=" width:26%; float: left; margin-right: 3%">
<form action="<?php echo $vars['url']; ?>action/artistas/save" method="post" name="formUsuario" id="formUsuario">
<?php echo elgg_view('input/securitytoken'); ?>
<h1> <p class="box"><label><span><?php echo elgg_echo('tokalah:artista');?>*
</span></label><input type="text" name="username" id="nombregrupo" class="general-textarea" maxlength="45" onfocus="" value="<?php echo $nombre ?>" tabindex="1"/>
<br/></p> <!--<p class="box" ><label><span><?php echo elgg_echo('artistas:nombre')?>*</span></label><input type="text" name="nombre" value="" class="general-textarea"/> <br /></p>-->
<p class="box"><label><span><?php echo elgg_echo('registro:mail')?>*
</span></label><input type="text" name="email" value="" class="general-textarea" tabindex="2"/> <br /></p> <p class="box"><label><span><?php echo elgg_echo('registro:contraseña')?>*
</span></label><input type="password" name="password" value="" class="general-textarea" tabindex="3"/> <br /></p> <p class="box"><label><span><?php echo elgg_echo('registro:contraseña2')?>*
</span></label><input type="password" name="password2" value="" class="general-textarea" tabindex="4"/><br /></p> <p class="box"><select name="provincias" id="provincias" class="provincias" style=" height: 23px;margin-bottom: 7px;margin-top: 12px; width: 192px" tabindex="5"> <?php echo "<option value='' selected='selected'>".elgg_echo('form1')."
</option>" ?>;
<?php foreach( $vars['provincias'] as $key=>$option) {
}
?>
<p class="box"><select id="localidades" name="localidades" style="width: 192px;height: 23px;margin-top: 6px; margin-bottom: 7px" tabindex="6"> <option value='' selected='selected'><?php echo elgg_echo('form3')?></option>
<div id="blq2" style=" width:23%; float: left;margin-left: 6%;"> <div name="form2" id="form2" class="box" style="display: table-caption;"> <input type="hidden" name="open" id="open" value="0"/> <input type="hidden" name="newArtist" id="open" value="0"/>
<div class="box" style="width: 156px;"><label><span><?php echo elgg_echo('artistas:manager');?>*
</span></label><input type="text" id="manager" name="manager" maxlength="45" value="<?php echo $manager ?>" tabindex="7"/>
<br/></div> <div class="box"><label><span><?php echo elgg_echo('artistas:mail');?>*
</span></label><input type="text" id="mail" name="mail" maxlength="45" value="<?php echo $mail ?>" tabindex="8"/>
<br/></div> <div class="box"><label><span><?php echo elgg_echo('artistas:telefono');?>*
</span></label><input type="text" id="telefono" name="telefono" maxlength="9" value="<?php echo $telefono ?>" tabindex="9"/>
<br/></div> <select name="estilos" id="estilos" class="estilos" tabindex="10"> <?php
foreach($vars['estilos'] as $key=>$option) {
if($key==$vars['estiloSeleccionado']){
echo "
<option value=\"{$key}\" selected=\"selected\">". htmlentities($option, ENT_QUOTES, 'UTF-8') ."
</option>";
}else{
echo "
<option value=\"{$key}\">". htmlentities($option, ENT_QUOTES, 'UTF-8') ."
</option>";
}
}
?>
<select name="subestilos" id="subestilos" class="subestilos" tabindex="11"> <?php
foreach($vars['subestilos'] as $key=>$option) {
if($key==$vars['subestiloSeleccionado']){
echo "
<option value=\"{$key}\" selected=\"selected\">". htmlentities($option, ENT_QUOTES, 'UTF-8') ."
</option>";
}else{
echo "
<option value=\"{$key}\">". htmlentities($option, ENT_QUOTES, 'UTF-8') ."
</option>";
}
}
?>
<div id="blq2" style=" width:29%; float: right; "> <div name="form2" id="form2" class="box" style="display: table-caption;"> <input type="hidden" name="open" id="open" value="0"/> <input type="hidden" name="newArtist" id="open" value="0"/> <div class="box"><label><span><?php echo elgg_echo('artistas:componentes');?> </span></label><input type="text" id="componentes" name="componentes" maxlength="80" value="<?php echo $componentes ?>" tabindex="12"/>
<br/></div> <div class="box"><label><span><?php echo elgg_echo('artistas:influencias');?> </span></label><input type="text" id="influencias" name="influencias" maxlength="80" value="<?php echo $influencias ?>" tabindex="13"/>
<br/></div> <?php if(isadminloggedin()){?>
<input type="file" id="fotoA" name="fotoA" maxlength="100" class="" value=""/> <?php }?>
<div class="box"><label><span><?php echo elgg_echo('Web');?>*
</span></label><input type="text" id="url1" name="url1" maxlength="45" value="<?php echo $url1 ?>" tabindex="14"/>
<br/></div> <div class="box"><label><span><?php echo elgg_echo('artistas:anyoFormacion');?> </span></label><input type="text" id="anyoFormacion" name="anyoFormacion" maxlength="4" value="<?php echo $anyoFormacion ?>" tabindex="15"/>
<br/></div> <div class="box"><label><span><?php echo elgg_echo('artistas:cp');?>*
</span></label><input type="text" id="cp" name="cp" maxlength="5" value="<?php echo $cp ?>" tabindex="16"/>
<br/></div> <!--div><label><?php echo elgg_echo('artistas:contrasenya');?> : </label><input type="password" id="contrasenya" name="contrasenya" maxlength="45" value="<?php echo $contrasenya ?>"/><br/></div-->
<div ><h3 style=" margin-top: 6px; font-size: 14px; width: 150px; margin-left: -1%">*campos obligatorios
</h3></div> <div class="boxinput"> <input type=hidden id='id' name='id' value="<?php echo $id ?>"/>
<input type=hidden id='valorFotoOld' name='valorFotoOld' value="<?php echo $foto ?>"/>
<input type="hidden" id="idGroup" name="idGroup" value="<?php echo $idGroup?>"/>
<p class="box" style="font-size: 80%; margin-top: -7px;"><a href="<?php echo $vars['url']; ?>pg/terminos/index/">
<label style=" font-size: 15px; cursor: pointer"><span><?php echo elgg_echo('registro:condiciones uso')?></span></label></a> <input type="checkbox" id="cUso" name="cUso" class="submit_button" style=" width: auto; margin-left: 7px;position: absolute; margin-top: 3px; " tabindex="17"/></p> <div style="display: block; width: 324px;margin-top: 12px"> <img id="captcha" src="<?php echo $vars['url']; ?>/securimage/securimage_show.php" alt="CAPTCHA Image" style=" width: 180px; height: 67px; border: 1px solid #777777;"/>
<input type="text" name="captcha_code" size="10" maxlength="6" style=" font-size: 17px; margin-top: 21px;position: absolute;" tabindex="18"/> <a href="#" onclick="document.getElementById('captcha').src = '<?php echo $vars['url']; ?>/securimage/securimage_show.php?' + Math.random(); return false" style="font-size: 13px">Cambiar imagen
</a> <p class="boxinput"><input name="submit" type="submit" value="Enviar" onclick="" style=" font-size: large;height: 29px;margin-top: 2%; width: 180px; margin-bottom: 1%" tabindex="19"/></p>
<?php echo elgg_echo('tokalah:texto2')?>