ozzyeatbats
05-27-2003, 04:57 AM
okay.. i need help... i am trying to make a border around my top banner... but when i do it.. it puts it 1 to 2 pixels away from my banner.... how can i stop this? http://metalneverdies.cjb.net/news.shtml is where its at.
Dude128
05-27-2003, 05:08 AM
the space on the sides is caused by the style attribute you have- you set the padding-left and padding-right to 2 px. the bottom space is probably caused by the newline after the image- so try moving the </td> tag and if necessary the </tr> tag to the same line as the <img> tag- sometime that break causes a space below the image. the space at the top is probably the same thing- so you may want to try moving everything in that table/row (from the <td> to the </td> at least) to the same line