how to set properties on frames

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I set the properties of a frames to stay at one size and not stretch, or can I do this?
 
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?
 
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top