Hello,
I have a question about using iframe. Here is the code I'm using which works fine.
<iframe src="indexpage.html" width="630" height="800" frameborder="0" ></iframe>
Is there a way that I can use iframe without a fixed height? Users use this section to update a portion of the webpage. However, the contents sometimes exceeds the height number. They do not want to use the scroll bar either. It makes the webpage look ugly. So basically can the height automatically adjust based on the content added? Thsnks
I have a question about using iframe. Here is the code I'm using which works fine.
<iframe src="indexpage.html" width="630" height="800" frameborder="0" ></iframe>
Is there a way that I can use iframe without a fixed height? Users use this section to update a portion of the webpage. However, the contents sometimes exceeds the height number. They do not want to use the scroll bar either. It makes the webpage look ugly. So basically can the height automatically adjust based on the content added? Thsnks