Ok, i'm new to XHTML (or any form of web design), so bear with me. Basically, I am using the frames below as a template for a web site which consists of four different pages, with each one having the same set of frames -
- a frame at the top for the heading
- a frame in the middle for the main body of text
- a frame down the side for links to other pages
1. How do I create the actual individual web pages;
2. How do I insert the frames within them, i.e.link them up;
3. How do I enter information within the frames.
I have no idea what im doing so go easy with me![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thanks.
------
<?xml version="1.0" encoding = "UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"<html xmlns=" xml:lang="en" lang="en">
<head>
<!-- header - edit "Data/yourXhtmlHeader" to customize -->
<!-- contents - edit "EventHandlers/XML file/onCreate" to customize -->
<title>Title</title>
</head>
<frameset rows="15%,*">
<frame name="title" src = "titleframepage.html" frameborder="0"/>
<frameset cols="20%,*">
<frame name= "links" src = "linksframepage.html" frameborder="0"/>
<frame name="main" src = "mainframepage.html" frameborder="0"/>
</frameset>
</frameset>
</html>
- a frame at the top for the heading
- a frame in the middle for the main body of text
- a frame down the side for links to other pages
1. How do I create the actual individual web pages;
2. How do I insert the frames within them, i.e.link them up;
3. How do I enter information within the frames.
I have no idea what im doing so go easy with me
Thanks.
------
<?xml version="1.0" encoding = "UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"<html xmlns=" xml:lang="en" lang="en">
<head>
<!-- header - edit "Data/yourXhtmlHeader" to customize -->
<!-- contents - edit "EventHandlers/XML file/onCreate" to customize -->
<title>Title</title>
</head>
<frameset rows="15%,*">
<frame name="title" src = "titleframepage.html" frameborder="0"/>
<frameset cols="20%,*">
<frame name= "links" src = "linksframepage.html" frameborder="0"/>
<frame name="main" src = "mainframepage.html" frameborder="0"/>
</frameset>
</frameset>
</html>