Jump to content

How do I specify width of frameset and center it on page?


volitics

Recommended Posts

The frameset below goes all the way across the page. I want to limit the width to a specified pixel size (about 760 pixels) and center the frameset on the page leaving whitespace on both the left and right sides of the page.Can anybody tell me is there any way that I can get this frameset to be 760px wide and center itself on the page?<html><head><title>Frame Document</title></head>/* This frameset stretches all the way across the page. */<frameset cols="100,660"> <frame name="leftFrame" src="Navigate.html"> <frame name="mainFrame" src="Front.html"></frameset><noframes><body></body></noframes></html>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...