with the 3 column limit, I created 2 views with 3 columns each, then create an html page that pulls the 2 viewids into frames. I then created a view with custom html resource and put that html in there. I get nothin'!.
see below for images/html... what am I missing? Thx all

I can get rid of the 2 title bars, tweak later, but... Here is html:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
</head>
<frameset frameborder=0 cols="700,*">
<frameset rows>
<frame scrolling="no" src="/Orion/SummaryView.aspx?viewid=122">
</frameset>
<frameset rows>
<frame scrolling="no" src="/Orion/SummaryView.aspx?viewid=131">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>