I am having trouble displaying the leftnavbar. All i want to do is make a page with a top nav bar, a left navbar and the page called contact in bottom right.....
This is what I have so far:
HTML Code:
<frameset rows="109,100%" frameborder="NO" border="0" framespacing="0">
<frame src="topnavbar.html" name="topFrame" scrolling="NO" noresize>
<frame src="contact.html" name="mainFrame">
<frameset cols="180,100%" frameborder="NO" border="0" framespacing="0">
<frame src="leftnavbar.html" name="leftFrame" scrolling="NO" noresize>
</frameset>
</frameset>
|