Forum Moderators: not2easy
Frame index
<frameset cols="440px,484px,100px" frameborder=0 framespacing=0 border=0">
<frame noresize marginwidth=0 marginheight=0 scrolling=no [b]id=frame01[/b] src="homepic.html" name="homepic">
<frame noresize marginwidth=0 marginheight=0 scrolling=no src="hometext.html" name="text">
<frame noresize marginwidth=0 marginheight=0 scrolling=no [b]id=frame02[/b] src="menu.html" name="menu">
</frameset>
Linked Stylesheet.
*#frame01{border:2px solid #110D24; border-left:0px}
*#frame02{border:2px solid #110D24; border-right:0px}
Also your frames add up to OVER 800 pixels in width and about one third of the surfers online have a resolution of 800x600 so you'll want to set one of the frames to be dynamic (% not px) in size.
You will have to use old school HTML to effect html border.
<frameset bordercolor="red">
Be sure you use quotes around all your values as well or else you'll have a hard time dealing with hordes of issues when you raise your own standards (to XHTML for example).
Validate your pages, this will help you with your personal knowledge by forcing you to ask questions that will help you validate (and learn) the code better (and thus giving you more creative control).
I am not pro-frames but what I do on my site can't currently work without them. However most sites that use frames don't need to use frames so I'd advise you to drop them in the future once you're able to tell from a more knowledgeable position if you truly need them or not.