Embedded View Sizing

Ok I know their are many posts regarding this but after spending over an hour ready them all there seems to be no real answer. I have a form on the web, I embeded a view into it, however when I go to the embeded properties and use width fit to window it does not change the size. I tried putting table width tags around the embedded view that didn’t work. I tried writting a ccs style around it, I cant seem to change the size of the view. If anyone can help me come up with a solution that works I would really appriciate it. Thank you for taking the time out to read this.

Subject: Embedded View Sizing

Hi Matthew,

I think the size properties of the embedded view don’t work on the web. You could try adding a div around the embedded view (f.e. give the div an id=“view”) then style the div with css. Does that work?

Martin Vereecken

http://www.bizzybee.be (Notes blog)

Subject: RE: Embedded View Sizing

No unfortunitly that doesn’t work either, Thank you though

Subject: RE: Embedded View Sizing

Perhaps you display the embedded view as an applet? My description is only meant for html views.