Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/12/2008, 09:52
Avatar de Fabu_dina
Fabu_dina
 
Fecha de Ingreso: enero-2004
Mensajes: 425
Antigüedad: 20 años, 3 meses
Puntos: 1
Impresion de texto dependiendo largo

HOLA

MI PROBLEMA ES EL SIGUIENTE A VER SI ALGUIEN HA TENIDO ESTE PROBLEMA


IMPRIMO UN CONTENIDO DE UN CAMPO ASI

<%=RS("NOMBRE")%>

LO IMPRIMO EN UNA COLUMNA DE UNA TABLA COMO LE PUEDO HACER PARA QUE TODAS LAS COLUMNAS SEAN DE ANCHO FIJO SIN DEPENDER DEL LARGO DEL CONTENIDO DEL CAMPO PONGO UNA IMAGEN PAA QUE VEAN LO QUE QUIEOR EVITAR OK




anexo codigo que imprime articulo para tener mas informacion

Código:
<div class="prod_box">
        	<div class="top_prod_box"></div>
            <div class="center_prod_box">            
                 <div class="product_title" style="padding:10px; vertical-align:top;" ><a href="details.html"><%=rsProdInfo("desc_articulo")%></div>
                 <div class="product_img">
                   <table width="160" height="115" border="0" cellspacing="0" cellpadding="0" background="../images/articulo.png">
                     <tr>
                       <td align="center" valign="middle"><a href="#"><span style="background:url(../images/articulo.png); width:160px; height:115px; vertical-align:middle;"><img src=rsProdInfo("foto") %>.jpg" width="141" height="85" border="0" /></span></a><a href="details.html"></a></td>
                     </tr>
                   </table>
        <a href="details.html"></a></div>
                 <div class="prod_price"><span class="price">%=rsProdInfo("precio")%></span></div>                        
            </div>
            <div class="bottom_prod_box"></div>             
            <div class="prod_details_tab">
            <a href="#" title="header=[Add to cart] body=[&nbsp;] fade=[on]"><img src="../images/cart.gif" alt="" title="" border="0" class="left_bt" /></a><a href="details.html" class="prod_details">details</a>            
            </div>                     
        </div>
espero la ayuda de alguien con alguna sugerencia

Gracias!!!!