Download presentation
Presentation is loading. Please wait.
Published byHilary Lucas Modified over 9 years ago
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);}
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.