Size of InlineFrame

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

How do you control the size of this frame?
I don't see a height/Length in the code section.
 
Right click inside the inline frame and select Inline Frame properties.

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Right clicking does not give me an option for frame properties. You can't
even select the inline frame. You can only select the text inside the
frame. When viewing the code, I don't see anything to modify it either.
 
Switch to HTML View and add a width and height attribute to the IFrame tag.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Yes this did work. I don't understand why that is not a property that can
be adjusted on the fly...but adding that got it to where I needed it to be.

Thanks very much.
 
It can be adjusted on the fly by right clicking inside the iframe and
selecting Inline frame Properties.


--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
As I posted earlier, I don't have the option of In-line frame properties.
Maybe its because the frame is already populated with the startup html page.
Maybe once this is done you can't change it on the fly. Anyway, I did it by
adding my own code as described in the previous post.

Not sure what to make of this, but like many things...there is a
work-a-round.
 
I finally got this to work.
It was somehow corrupted. I had to strip it out and insert a new In-Line
Frame.
This is working fine.
Thanks.
 
Great ;-)
Don't you just love it when someone tells you something works, when you're
setting there looking at it and it won't??


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 

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