underdeath
Oct 27 2007, 02:07 AM
i dont know if this is the right place to be posting this but anyway, when i put images in dreamweaver for my buttons they always have space in between them (horizontal) and i wont them to be basically touching eachother. anyone know how to fix this?
If it is in a table set the cellspacing / cellpadding to 0.
CODE
<table cellspacing="0" cellpadding="0">