-
Code:
<Frameset Cols="100%" Rows="15%,70%,*">
<Frame src="CCPD_Demographics_Stuff.html">
<Frame src="CCPD_Demographics_Filler.asp">
</Frameset>
The above code puts a form of stuff across the top, a for with a table in the middle and a blue band of nothing across the bottom.
Question: I would like to put a blue band across the top as well.
How can I do that? I know the bottom band comes from not having a src for the the third frame. I tried <Frame src=""> but that gives me a blank frame. Not exactly what I wanted.
-
Try <FRAMESET COLS="100%" ROWS="7.5%,15%,70%,7.5%"> for the first line.