19/02/2011, 10:52
|
| | Fecha de Ingreso: febrero-2011 Ubicación: Evolandia
Mensajes: 103
Antigüedad: 13 años, 9 meses Puntos: 10 | |
Respuesta: Necesito pasar este párrafo table a DIV me ayudais? Intenta esto:
<div id="bodyWrapper2" style="overflow:hidden;width: 300px">
<div class="barLeft" style="float:Left; width: 10px;">a</div>
<div class="barMiddle" style="float:left; width:280px;">
<div id="bodyWrapper">
<div id="header3">
{% include base/base.tabs %}
</div>
<div id="pageBody">
{% block BODY %}{% end %}
</div>
<div>
<?php echo locale::_('FOOT_COPY', array('{date}' => '2003-' . date('Y'))); ?>
</div>
</div>
</div>
<div class="barRight" style="float:Left; width: 10px;height:100%;">b</div>
</div>
Saludos! |