PDA

View Full Version : frames-fixed?


dr_em2001
08-21-2002, 03:13 AM
can you fix frames so that the person cant make them smaller or bigger?

mouse
08-21-2002, 03:23 AM
resize="no"

dr_em2001
08-21-2002, 03:50 AM
so that tag goes where? at the end?

boxer_1
08-21-2002, 04:55 AM
Here's an example that should show you how to add "noresize" to your existing frame code:

<frame name="top" noresize src="top.html">

Any help?

PS: Here's a link you may want to follow if you are still unclear: http://www.bravenet.com/reviews/frames/index.php

dr_em2001
08-21-2002, 06:10 PM
ya, thats perfect, i just wasnt sure where to make that tag go, lol. thanx.