bacterozoid
11-03-2002, 05:15 PM
Right here is a quite unfinished site: http://www25.brinkster.com/webservice01/
If you notice under the flash file, there is some extra space in the table. What is accountable for this? I have set the table properties in an external CSS file (Here (http://www25.brinkster.com/webservice01/external/stylesheet.css)) and am unsure as to why I get the extra area there. Here is the code for the table, ID'd as 'header'
#header {
background-color:#008080;
width:100%;
height:0;
border-style:solid;
border-width:0;
padding: 0
}
I don't know that all of those tags are even right, but I want to attribute these things through CSS. Is there anything there that I should be using HTML for?
Thanks.
(The height:0; was an attempt to make the table as small as possible, following the flash file's height.)
If you notice under the flash file, there is some extra space in the table. What is accountable for this? I have set the table properties in an external CSS file (Here (http://www25.brinkster.com/webservice01/external/stylesheet.css)) and am unsure as to why I get the extra area there. Here is the code for the table, ID'd as 'header'
#header {
background-color:#008080;
width:100%;
height:0;
border-style:solid;
border-width:0;
padding: 0
}
I don't know that all of those tags are even right, but I want to attribute these things through CSS. Is there anything there that I should be using HTML for?
Thanks.
(The height:0; was an attempt to make the table as small as possible, following the flash file's height.)