|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
table hide lines
hi guys, hi have got a normal table with 4 cells.
now I set cellpading and cellspacing to "0", but there is still a line between each cell, how can I get rid of that? |
|
#2
|
|||
|
|||
|
RE: table hide lines
did u set the border to 0??
Code:
<html>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
|
|
#3
|
|||
|
|||
|
RE: table hide lines
bingo, thanks alot, you're the pro
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > table hide lines |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|