I've tried everything I can think of to get Dreamweaver to accept a framset consisting of one column and one row. Though valid, Dreamweaver does not seem to accept this, displaying an error message and adding a second row (without asking). The error message is "Frameset contains no ROWS or COLS values. Defaulting to 2 rows." Here is an example: <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <frameset rows="100%" frameborder="no" border="0" framespacing="0"> <frame src="http://sites.google.com/site/test1" name="mainFrame" id="mainFrame" title="mainFrame" /> </frameset> <noframes><body> </body></noframes> </html> Since someone will undoubtedly ask why I am doing this, I'll go ahead and give the answer. The short answer is that the site is a Google Sites site using a custom domain. More specifically, I am using a frameset for the following reasons:
North America
Europe, Middle East and Africa
Asia Pacific