Good evening Philippe,
It was foretold that on 23-5-2005 @ 08:54:54 GMT+0900 (which was
1:54:54 where I live) Philippe Wittenbergh would write:
PW> I does work, you know. But you have to use the separate border model [1]
PW> table
setting border to 0 on the tag did the trick :-)
--
On 23 May 2005, at 1:32 am, Luc wrote:
PW> Remove the border="1" form the tag Or th, td
PW> {border:hidden}
Philippe, unfortunately it doesn't work. Maybe i wasn't clear in my
previous post: i need a border around the table but not around the th,
td.
I does work, you know. But
> #downloadtable {
> border: 1px solid #DD;
> border-collapse: collapse;
> margin: .8em 0;
> padding: 0;
> width: 400px;
> font-size: .9em;
> }
#downloadtable td, #downloadtable th{
border:none;
}
should do the trick. After removing the border="1
Good evening Philippe,
It was foretold that on 22-5-2005 @ 23:34:04 GMT+0900 (which was
16:34:04 where I live) Philippe Wittenbergh would write:
PW> Remove the border="1" form the tag Or th, td
PW> {border:hidden}
Philippe, unfortunately it doesn't work. Maybe i wasn't clea
Luc wrote:
Good afternoon list,
http://www.dzinelabs.com/Pages/Copyoftemplates.php
In Opera 8 the table borders is the way i entended it.
In Moz, FF borders show up on cells also.
What's the trick to remove them in Moz,FF ?
relevant css in the sheet:
/* downloader */
#downloadtab
On 22 May 2005, at 10:59 pm, Luc wrote:
http://www.dzinelabs.com/Pages/Copyoftemplates.php
In Opera 8 the table borders is the way i entended it.
In Moz, FF borders show up on cells also.
What's the trick to remove them in Moz,FF ?
Remove the border="1" form the tag
Or
th, td {bor
Good afternoon list,
http://www.dzinelabs.com/Pages/Copyoftemplates.php
In Opera 8 the table borders is the way i entended it.
In Moz, FF borders show up on cells also.
What's the trick to remove them in Moz,FF ?
relevant css in the sheet:
/* downloader */
#downloadtable {