Ir para conteúdo

Pergunta

9 respostass a esta questão

Posts Recomendados

  • 0

Segue tabela pedida ;)

<table border="1">
<tr>
<td>Item</td>
<td>Description</td>
<td>Value</td>
<td>NPC</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
Link para o comentário
https://xtibia.com/forum/topic/224910-pagina-de-geisor/#findComment-1589197
Compartilhar em outros sites

  • 0

Tente colocar assim:

<?php
$main_content .='
<table border="1">
<tr>
<td>Item</td>
<td>Description</td>
<td>Value</td>
<td>NPC</td>
</tr>
<tr>
<td>Desc Item</td>
<td>Desc Description</td>
<td>Desc Value</td>
<td>Desc NPC</td>
</tr>
<tr>
<td>Desc Item 2</td>
<td>Desc Description 2</td>
<td>Desc Value 2</td>
<td>Desc NPC 2</td>
</tr>
</table>
';
?>
Link para o comentário
https://xtibia.com/forum/topic/224910-pagina-de-geisor/#findComment-1589263
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...