Publicidade
|
|
Page 1 of 1
Ajuda com tabela quero fazer igual ao que estou mostrando
#1
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!
#2
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+
.linha {
border-width: 1px;
border-style: solid;
border-color: #000000;
}
ae vc aplica na td:
<td class="linha"></td>
T+
#3
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> </td> </tr> </table> |
, como ficaria com esse css? posta o código aí pra mim? Valew
#4
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> </td>
</tr>
</table>
<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> </td>
</tr>
</table>
#5
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> </td> </tr> </table> |
valew deividy, como sempre você me ajudando, me ajudou muito cara!
Share this topic:
Page 1 of 1
Similar Topics
| Topic | Forum | Started By | Stats | Last Post Info | |
|---|---|---|---|---|---|
|
Check Box
Como faço para enviar a seleção? |
Flash & ActionScript |
drassumpcao
|
|
|
|
Como fazer menu no After Affcts
Menu para Encore |
After Effects | Premiere |
Edi Augusto
|
|
|
|
Cisco Systems e empresa chinesa vão concorrer com Microsoft
|
Notícias |
Notícias
|
|
|
|
Autoridades e provedores aquecem debate sobre censura online na Europa
|
Notícias |
Notícias
|
|
|
|
Gravar numa variável qual é a sentença SQL
Que está a ser executada no momento |
ColdFusion |
malainho
|
|
|
|
ACHEI ACTIVEX.PPT SÓ QUE AGORA FICA BRANCO
AJUDA URGENTE!!! |
Director |
Luciano Madeira
|
|
|
|
Animação com texto
|
Flash & ActionScript |
fguarig
|
|
|
|
alguem me ajuda?????????
|
Jogos |
elgomides
|
|
Publicidade
|
|

Help













