IF you have sliced your website using photoshop and export as “html with images”.
and then you changed doctype from:
<!DOCTYPE html PUBLIC “-//W3C//DTD html 4.01 Transitional//EN”>
to:
<!DOCTYPE html PUBLIC “-//W3C//DTD html 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
You will probably see gaps in table cells. These can be removed by two ways.