ok, first off I wanted to let everyone know that I am very new to html and I am just trying things out by taking a look at sites and experimenting things. I wanted to know how you would place text in the middle of your page....I saw on a tutorial something that looked like this...but it kind of didn't make sense because I am not trying to link this to anything, i simply want 2 different colors of shades on the outside and 1 on the outside, anyhow heres what i tried:
<html>
<frameset cols="10%,80%,10%">
<frame src="frame_a.htm">
<frame src="frame_b.htm">
<frame src="frame_c.htm">
</frameset>
</html>