..:: MX Studio Fóruns ::..: Ajuda com tabela - ..:: MX Studio Fóruns ::..

Jump to content

Publicidade




ATENÇÃO

Para evitar posts desnecessários e que não influam para o andamento e desenvolvimento do fórum, clique aqui e leia todas as regras.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Ajuda com tabela quero fazer igual ao que estou mostrando

#1 User is offline   M@rcio_ 

  • Group: Membros
  • Posts: 113
  • Joined: 16-January 04

  Posted 19 April 2004 - 10:17 AM

Ae pessoal, conheço pouco sobre tabelas, mas tipo... gostaria que quem quiser me ajudar, salve este SITE e abre no dreamweaver e olha essas tabela que envolve as festas na parte de cima, elas tem a borda preta, vc vai apagando o que tem dentro (textos e foto ) e olha que a tabela pode diminuir e aumentar, mas a borda continua e não foi feita como colocar borda na tabela, preciso fazer isso, me ajudem. (n sei se fui bem claro) Valew! thumbsup.gif
0

#2 User is offline   Marcus VBP 

  • Group: Membros
  • Posts: 948
  • Joined: 06-June 03

Posted 19 April 2004 - 12:00 PM

isso eh feito com CSS:

.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}

ae vc aplica na td:

<td class="linha"></td>


T+
0

#3 User is offline   M@rcio_ 

  • Group: Membros
  • Posts: 113
  • Joined: 16-January 04

  Posted 19 April 2004 - 12:29 PM

QUOTE (Marcus VBP @ 19/4/2004 11:04:43)
isso eh feito com CSS:

.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}

ae vc aplica na td:

<td class="linha"></td>


T+

Cara, n entendi muito bem, tipo...ex: o código da tabela é esse:
CODE
<table width="200" border="0" cellspacing="0" cellpadding="0">
 <tr>
   <td>&nbsp;</td>
 </tr>
</table>
, como ficaria com esse css? posta o código aí pra mim? Valew thumbsup.gif
0

#4 User is offline   deividy 

  • Group: Membros
  • Posts: 1699
  • Joined: 05-January 04

Posted 19 April 2004 - 12:32 PM

coloca assim entre as tag <head> e </head>
<style type="text/css">
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}

</style>


depois na tabela

<table width="200" border="0" cellspacing="0" cellpadding="0" class="linha">
<tr>
<td>&nbsp;</td>
</tr>
</table>
0

#5 User is offline   M@rcio_ 

  • Group: Membros
  • Posts: 113
  • Joined: 16-January 04

  Posted 19 April 2004 - 03:17 PM

QUOTE (deividy @ 19/4/2004 11:04:02)
coloca assim entre as tag <head> e </head>
<style type="text/css">
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}

</style>


depois na tabela

<table width="200" border="0" cellspacing="0" cellpadding="0" class="linha">
<tr>
<td>&nbsp;</td>
</tr>
</table>

valew deividy, como sempre você me ajudando, me ajudou muito cara! thumbup.gif
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic



Publicidade




1 User(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)