.usertabs {
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left;
font-size: 11px;
}
.usertabs ul {
margin: 0;
padding: 0;
}
.usertabs li {
display: inline;
margin: 0;
}
.usertabs li a {
background: #676767;
color: #FFFFFF;
position: relative;
z-index: 1;
border: 1px solid #939FAE;
border-bottom: 0;
padding: 8px;
text-decoration: none;
}
.usertabs li a:visited {
color: #2d2d2d;
text-decoration: none;
}
.usertabs li a:hover {
color: #FFFFFF;
text-decoration: none;
}
.usertabs li a.selected {
background: #303B4A;
color: #fff;
border-color: #262D35;
}
.usertabs li a.selected:hover {
text-decoration: none;
}
.tabcontent {
background: #FBFCFF;
display: none;
padding: 5px;
border: 1px solid #999;
margin-top: 7px;
}
.box-thing {
background: #f7f7f7;
border: 1px solid #8e8e8e;
padding: 8px;
}
@
media print {
.tabcontent {
display:block !important;
}
}
<tr>
<td class="thead">
<center><span class="smalltext"><b><font color="#fff">Última Visita</font></b></span></center>
<tr>
<td class="trow1">
<span>Ultima Actividad: </span>{$memlastvisitdate} {$memlastvisittime}
</table>
<div id="firma" class="tabcontent">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="6" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong><font color="#fff"><center>Firma</center></font></strong></td>
{$signature}
</div>
Cita:<div id="firma" class="tabcontent">Y funciona con los usuarios a los que les sale mal pero a los que anteriormente les salia bien me sale todo el perfil los bloques en horizontal uno detras de otro y ocupando la página entera.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="6" width="100%" class="tborder">
<tr>
<td colspan="2" class="thead"><strong><font color="#fff"><center>Firma</center></font></strong></td>
{$signature}
</table>
</div>