There are two HTML objects on a page. The first item has a variable height that might vary, but the second HTML object should follow directly after the first one (with some pixels of space between). Furthermore, the first object is smaller in width than the second one.
Currently I manually adjust the height of the first object on each single page, depending upon its contents - which is quite time consuming, because I must take care to different browsers and computer platforms to get a nice layout.
So I wonder if there is a way to place the second HTML item automatically at the end of the first HTML object without combining them both in FW (which doesn’t work because of the different object widths) ?
Hey Tobia can you share how you where able to fix your issue? I am sort of having the same issue.
I have a blog which I was inserting via html mark up using iframe and wanted it to auto stretch according to the content but have not been able to get it correct. I have to keep inputing the height manually as the content grows.
any advice would help. the website is www.maguclothing.com as you can see it looks fine now but I have it set at a large pixel height not a percentage as when I do a percentage the info gets cut off.
It was just a design issue on my project, nothing related to HTML.
Regarding the iframe implementation, you can specify a percentage based height here. How about to put the iframe into a div container (with variable height) and set the height of the iframe to 100% ?
Not sure if it will work as intended, just an idea.