Making colors of table join together (HTML) -
i'm trying these different colors in table join each other, (so there isn't small gap between them).
<!---content--> <center> <table width = "75%"> <tr> <td width = "33%" bgcolor = "d word"> <center> <p>hi there 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 possible have mini table in grey join table above it?)it's html code above times 2 (there both same thing) grey 1 join grey 1 above it, help?
add cellspacing="0"
in <table width = "75%" cellspacing="0">
yes, possible have mini table in grey join table above it. need provide more details or related html.
Comments
Post a Comment