Size of InlineFrame

J

JCO

How do you control the size of this frame?
I don't see a height/Length in the code section.
 
S

Steve Easton

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
 
J

JCO

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.
 
T

Thomas A. Rowe

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.
==============================================
 
J

JCO

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.
 
S

Steve Easton

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
 
J

JCO

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.
 
J

JCO

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.
 
S

Steve Easton

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
 
Top