Presentation is loading. Please wait.

Presentation is loading. Please wait.

Linking Frames. How to load frames For example you have the following frame: Left Links Main.

Similar presentations


Presentation on theme: "Linking Frames. How to load frames For example you have the following frame: Left Links Main."— Presentation transcript:

1 Linking Frames

2 How to load frames For example you have the following frame: Left Links Main

3 First, we give each individual frame a name in the master page:

4 Now, in "left.html", we will add a link that will utilize this name to refer to the right frame, so when clicked, will load the contents into this right frame. (instead of its own frame, the left frame). Link

5 What if you want a link, when clicked, will load content into a full page (this is not the same as loading content into a new window) instead of into any one specific frame? This can be achieved by do so: Link

6 Background of HTML pages You can color the background of the page by doing so in the external style sheet: body {background-color:yellow;} to color the background of H1 text only: h1{background-color:#00ff00;} to color the background of H1 text only: p {background-color:rgb(255,0,255);}


Download ppt "Linking Frames. How to load frames For example you have the following frame: Left Links Main."

Similar presentations


Ads by Google