how to set properties on frames

T

tom

How can I set the properties of a frames to stay at one size and not stretch, or can I do this?
 
K

Kevin Spencer

Add a "NORESIZE" attribute to the frame tag in HTML view. Example:

<frame NORESIZE ... >

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

tom said:
How can I set the properties of a frames to stay at one size and not
stretch, or can I do this?
 
K

Kevin Spencer

No, it doesn't go in the frameset tag,; it goes in the frame tags.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Tom said:
Kevin thanks for your reply. I'm new to frames and tried putting in the
attribute "noresize" on the index html. everytime I try to put it just above
the frameset it automatically puts in <frameset noresize... cols="*"> . Am I
putting the attribute in the place it needs to be?
 
Top