Dynadot โ€” .com Registration $8.99

Frames

Spaceship Spaceship
Watch
Impact
0
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 :)

Thanks.

------


<?xml version="1.0" encoding = "UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 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>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
0
•••
frames are not part of the xhtml strict specification so you wont be coding valid markup.

seriously, skip frames do some more reading and do it the easier way.
 
0
•••
Frames are really not advised to use anymore, it makes the layout too... rigid, I'd say. Try to look into CSS positioning. It might be a little confusing in the beginning but you can do miracles with it.
 
0
•••
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back