Re: [css-d] Stumped on white border on tables

2005-07-11 Thread Gunlaug Sørtun

Scott Haneda wrote:

As you can see 
I am still nailed with this white border around the table, and I need to
make that go away.


Ok, you need a quick fix:
border="0" style="float: left; margin: -1px -1px 0 -1px; _margin: -1px 
-4px 0 -4px;">

...should do just fine.

regards
Georg
--
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Stumped on white border on tables

2005-07-11 Thread Scott Haneda
on 7/11/05 5:29 PM, Scott Haneda at [EMAIL PROTECTED] wrote:

> 
> Look at the header and the footer, there is this 1px or so white line around
> everything, and I can not get it to go away.

I guess it is a mac thing:
td {
padding: 0px;
}

Fixed it.
-- 
-
Scott HanedaTel: 415.898.2602
 Novato, CA U.S.A.


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Stumped on white border on tables

2005-07-11 Thread Scott Haneda
on 7/11/05 6:41 PM, Ric & Jude Raftis at [EMAIL PROTECTED] wrote:

> Could I suggest that you get rid of all your tables for a start and stick
> with one table if you are going to use them.  At a cursory glance you appear
> to be using four tables some are nested and some aren't. Your page shows
> that you could achieve this design with a single column using colspan tags
> on your header and footer and then define your layouts using CSS.
> 
> Regards,

Sure, and I may do that later, this is just what I did now, to be fast, I am
not making a ton on this site, so I need to just get it done, even if I do
as you suggest...

As you can see 
I am still nailed with this white border around the table, and I need to
make that go away.
-- 
-
Scott HanedaTel: 415.898.2602
 Novato, CA U.S.A.


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


RE: [css-d] Stumped on white border on tables

2005-07-11 Thread Ric & Jude Raftis
Could I suggest that you get rid of all your tables for a start and stick
with one table if you are going to use them.  At a cursory glance you appear
to be using four tables some are nested and some aren't. Your page shows
that you could achieve this design with a single column using colspan tags
on your header and footer and then define your layouts using CSS.

Regards,

Ric

> Subject: [css-d] Stumped on white border on tables
> 
> 
> Look at the header and the footer, there is this 1px or so white line
> around
> everything, and I can not get it to go away.

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/