Thread: Need Code Help
Results 1 to 2 of 2
Related
-
add code for font size under php echo code Forum: PHP Forum
Replies: 0 -
Code Help. Forum: Myspace Forum
Replies: 0 -
I need help with this code. Forum: HTML Forum
Replies: 1 -
Ignore code and link greeting note code Forum: HTML Forum
Replies: 3 -
need code. Forum: HTML Forum
Replies: 1
-
06-20-2006, 01:10 AM #1
Need Code Help
Ok this is my code
<HTML>
<HEAD>
<TITLE>A Practice Page</TITLE>
</HEAD>
<FRAMESET ROWS="83,*">
<FRAME SRC="banner.html">
<FRAMESET COLS="20%,80%">
<FRAME SRC="menu.html">
<FRAME SRC="home.htm">
</FRAMESET>
</FRAMESET>
</HTML>
When i upload my "site" onto the browser it wont show the home.htm and menu? Anyone help me?
-
06-20-2006, 03:14 AM #2
Re: Need Code Help
First things to check:
Are the menu and home files in the same directory as the practice page?
Are they spelt correctly? - I notice that you have menu.html and home.htm in the code above, that could break things if it's the same on your file.
Altering all the extensions to ".htm" and putting all four files in the same directory (my desktop!) worked for me ... see attached