Per quanto siano sconsigliati io ho la necessità di strutturare la mia pagina in frame.

Parto dicendoche il doctype è :

codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
Ora il mio problema consiste che nel tag frameset non è possibile inserire border='0'e quindi tra un frame e l'altro [considerando che nei rispettivi frame ho messo frameborder="0"] risulta esserci cmq uno spacing.

Come lo tolgo?