I’m trying to get these different colors in the table to join each other, (so there isn’t the small gap between them).
<!---Content-->
<Center>
<Table WIDTH = "75%">
<TR>
<TD WIDTH = "33%" BGCOLOR = "D Word">
<Center>
<P>HI THERE I am heRE n0w</P>
<IMG SRC = "Images\Cstrike.gif" Width = "200" Height = "200">
</Center>
</TD>
<TD WIDTH = "33%" BGCOLOR = "Blue">
<Center>
<P> BLAH Blah bLah Bl0h</P>
<IMG SRC = "Images\mauser3.gif" Width = "200" Height = "200">
</Center>
</TD>
<TD WIDTH = "33%" BGCOLOR = "Grey">
<Center>
<P>ko</P>
</Center>
</TD>
</TR>
</Table>
</Center>
(And also is it possible to have the mini table in grey to join another table above it?)It’s just the html code above times 2 (There both the same thing) so the grey one join the grey one above it, any help?
Add
cellspacing="0"in
<Table WIDTH = "75%" cellspacing="0">Yes, it is possible to have the mini table in grey to join another table above it. You need to provide more details or related HTML.