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.Code:<Frameset Cols="100%" Rows="15%,70%,*"> <Frame src="CCPD_Demographics_Stuff.html"> <Frame src="CCPD_Demographics_Filler.asp"> </Frameset>
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.