Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
<title>you should use the title tags on every page. Especially the FrameSet Page! (What you have called the index page..)</title>
Also, always give the frames a name and use a name that means something. It makes the site more accessable. Screen readers can read the frame names and this lets the user understand what you are using each frame for...
<frameset rows="*" cols="150,*" framespacing="0" frameborder="NO" border="0">
<frame src="Navigation.htm" name="navigationFrame" scrolling="NO" noresize>
<frame src="Content.htm" name="ContentFrame">
</frameset>
But First, ... ask yourslef why you NEED to use frames. If you answer is anything but I NEED to because.... Then think about NOT using them.
--
|