Problemas com exibição da tabela em um post

  • xakamura
  • Avatar de xakamura Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
11 anos 6 meses atrás #81926 por xakamura
xakamura created the topic: Problemas com exibição da tabela em um post
Olá pessoal, eu sou novo com Joomla e estou com um pequeno problema, eu fiz um quadro de postagem para meu site e utilizando o photoshop fiz o design e o esquema de tabulação das imagens, ele gera automaticamente, sendo assim apenas copiei para o post. A principio ele deveria ficar assim:



Mas depois que eu posto, ele fica assim no post:



Aqui está o código gerado pelo Photoshop:
<html>
<head>
<title>Untitled-1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (Untitled-1) -->
<table id="Table_01" width="620" height="133" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="7">
			<img src="images/Untitled-1_01.gif" width="619" height="8" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="8" alt=""></td>
	</tr>
	<tr>
		<td rowspan="4">
			<img src="images/Untitled-1_02.gif" width="11" height="125" alt=""></td>
		<td rowspan="3">
			<img src="images/Untitled-1_03.gif" width="141" height="113" alt=""></td>
		<td rowspan="4">
			<img src="images/Untitled-1_04.gif" width="11" height="125" alt=""></td>
		<td rowspan="3">
			<img src="images/Untitled-1_05.gif" width="141" height="113" alt=""></td>
		<td colspan="3">
			<img src="images/Untitled-1_06.gif" width="315" height="29" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="29" alt=""></td>
	</tr>
	<tr>
		<td rowspan="3">
			<img src="images/Untitled-1_07.gif" width="28" height="96" alt=""></td>
		<td>
			<img src="images/Untitled-1_08.gif" width="167" height="55" alt=""></td>
		<td rowspan="3">
			<img src="images/Untitled-1_09.gif" width="120" height="96" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="55" alt=""></td>
	</tr>
	<tr>
		<td rowspan="2">
			<img src="images/Untitled-1_10.gif" width="167" height="41" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="29" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/Untitled-1_11.gif" width="141" height="12" alt=""></td>
		<td>
			<img src="images/Untitled-1_12.gif" width="141" height="12" alt=""></td>
		<td>
			<img src="images/spacer.gif" width="1" height="12" alt=""></td>
	</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>

Como eu arrumo esse problema? Obrigado!

Please Entrar ou Registrar to join the conversation.


Mais
11 anos 6 meses atrás #81968 por MahPD
MahPD replied the topic: Re: Problemas com exibição da tabela em um post
O uso de tabelas em sites hoje em dia é extremamente ultrapassado, evite usar.. é facilmente possível chegar a este resultado que você quer através de CSS e com poucas linhas no HTML.. o código fica bem mais limpo e fácil de corrigir erros.

Se você não souber fazer isso com CSS me avisa que eu te dou uma luz ;]

Please Entrar ou Registrar to join the conversation.

  • xakamura
  • Avatar de xakamura Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
11 anos 6 meses atrás #81977 por xakamura
xakamura replied the topic: Re: Problemas com exibição da tabela em um post
Eu não sei como fazer isso com CSS, se você puder me ajudar eu ficarei muito grato, Obrigado!

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 6 meses atrás #81994 por AvelaR
AvelaR replied the topic: Re: Problemas com exibição da tabela em um post
Como ele falou, tem q usar css para ficar bem fixado isso, tabelas não servem para estruturação de imagem

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 6 meses atrás #81995 por AvelaR
AvelaR replied the topic: Re: Problemas com exibição da tabela em um post
Como ele falou, tem q usar css para ficar bem fixado isso, tabelas não servem para estruturação de imagem

Please Entrar ou Registrar to join the conversation.