A
angkwankeat
Guest
This is what I wrote.
<frameset rows="*" cols="127,882" frameborder="no" bordercolor="#F0F0F0">
<frame src="NavBar.html" scrolling="no" noresize />
<frame src="Target.html" noresize />
</frameset>
I intended for Target.html to only scroll vertically, but, instead, it only scrolls horizontally. So when I type out a lot of stuff, it will keep going horizontally and it becomes a very long website.
<frameset rows="*" cols="127,882" frameborder="no" bordercolor="#F0F0F0">
<frame src="NavBar.html" scrolling="no" noresize />
<frame src="Target.html" noresize />
</frameset>
I intended for Target.html to only scroll vertically, but, instead, it only scrolls horizontally. So when I type out a lot of stuff, it will keep going horizontally and it becomes a very long website.