Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/04/2014, 07:45
Avatar de elpirata15hd
elpirata15hd
 
Fecha de Ingreso: abril-2011
Mensajes: 44
Antigüedad: 13 años
Puntos: 0
Problema con <table> en pagina Wordpress

El problema es que la tabla se queda flotando fuera de lo que es el cuadro de la pagina wordpress como se puede apreciar en la foto,les adjunto el codigo que uso,que esta extraido de wikipedia.

Código:
<table class="infobox_v2" style="width:22.7em; line-height: 1.4em; text-align:left; padding:.23em;">
<tr>
<th class="cabecera informática" colspan="2" style="text-align:center; background-color:#DCEAEC;">HTML (HyperText Markup Language)</th>
</tr>
<tr class="">
<td colspan="2" class="" style="text-align:center;"><a href="/wiki/Archivo:HTML.svg" class="image"><img alt="HTML.svg" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/84/HTML.svg/180px-HTML.svg.png" width="180" height="210" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/84/HTML.svg/270px-HTML.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/84/HTML.svg/360px-HTML.svg.png 2x" data-file-width="266" data-file-height="310" /></a></td>
</tr>
<tr>
<th class="" colspan="2" style="text-align:center; background-color:#DCEAEC">Desarrollador</th>
</tr>
<tr class="">
<td colspan="2" class="" style="text-align:center;"><b><a href="/wiki/World_Wide_Web_Consortium" title="World Wide Web Consortium">World Wide Web Consortium</a> &amp; <a href="/wiki/WHATWG" title="WHATWG" class="mw-redirect">WHATWG</a></b></td>
</tr>
<tr>
<th class="" colspan="2" style="text-align:center; background-color:#DCEAEC">Información general</th>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;"><a href="/wiki/Extensi%C3%B3n_de_archivo" title="Extensión de archivo">Extensión de archivo</a></th>
<td class="" style=""><code>.html, .htm</code></td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;"><a href="/wiki/Multipurpose_Internet_Mail_Extensions" title="Multipurpose Internet Mail Extensions">Tipo de MIME</a></th>
<td class="" style=""><code>text/html</code></td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;"><i><a href="/wiki/Type_code" title="Type code">Type code</a></i></th>
<td class="" style=""><code>TEXT</code></td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;"><a href="/w/index.php?title=Uniform_Type_Identifier&amp;action=edit&amp;redlink=1" class="new" title="Uniform Type Identifier (aún no redactado)">Uniform Type Identifier</a></th>
<td class="" style="">public.html</td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;">Tipo de formato</th>
<td class="" style=""><a href="/wiki/Lenguaje_de_marcado" title="Lenguaje de marcado">Lenguaje de marcado</a></td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;">Extendido de</th>
<td class="" style=""><a href="/wiki/SGML" title="SGML">SGML</a></td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;">Extendido a</th>
<td class="" style=""><a href="/wiki/XHTML" title="XHTML">XHTML</a></td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;"><a href="/wiki/Est%C3%A1ndar_internacional" title="Estándar internacional">Estándar(es)</a></th>
<td class="" style="">
<p>ISO/IEC 15445<br />
<a rel="nofollow" class="external text" href="http://www.w3.org/TR/1999/REC-html401-19991224/">W3C HTML 4.01</a><br /></p>
<a rel="nofollow" class="external text" href="http://dev.w3.org/html5/spec/">W3C HTML5</a> (borrador)</td>
</tr>
<tr class="">
<th class="" scope="row" style="text-align:left;"><a href="/wiki/Formato_abierto" title="Formato abierto">Formato abierto</a></th>
<td class="" style=""><i><b>?</b></i></td>
</tr>
</table>
Espero que me puedan echar una mano,gracias