HTML Frameset mess up when page minimized?

Hello folks!

I need your help as when my page is maximized it looks fine but if the page is minimized to a smaller screen all the words on the page get messed up and tag button link!? can this be fix? or is ma code (shown below) is wrong??

<HTML>
<HEAD>
<TITLE>Hull & East Yorkshire Centre For the Deaf</TITLE>
</HEAD>
<FRAMESET ROWS=“38%,“BORDERCOLOR=”#4CC417" SCROLLING =NO BORDER=0 >
<FRAME SRC=“homepage.html” NAME=TITLE SCROLLING=NO>
<FRAMESET COLS="100%,
“BORDERCOLOR=”#4CC417” SCROLLING=NO>
<FRAME SRC=“mainpage.html” NAME=mainpage SCROLLING=YES>
</FRAMESET>

</FRAMESET>
</HTML>

Many thanks

Fifi