Forum Moderators: open
I have typed in the code, made sure the dimensions of the i-frame fit the space it is in, but the HTML page i am trying to display in it only displays in half of the frame, cutting off the rest of the content. (The HTML page i am displaying is only text at the moment)
I have tried it with a scrollbar on and it still cuts it off, but you can scroll and read the rest, but this doesnt look very good at all. I have also tried the i-frame within tables and layers and still no luck.
Im out of ideas!
Any help would be great.
<table border="0" cellspacing="0" cellpadding="3">
<tr>
<TD BGCOLOR="#ffffff" ALIGN="LEFT" width="98%" valign="top" height="300">
<div style="padding-left:8px; padding-bottom:8px; width:100%; float:left;" vspace="2" hspace="2" align="center">
<table cellspacing="0" cellpadding="0" border="0" style="border-style:solid; border-width:1px; border-color:#bbbbbb;"><tr><td>
<table cellspacing="0" cellpadding="5" border="0" width="100%">
<tr><td>
<div id="reviews" width="100%" style="height:300px; padding-right:5px; overflow:auto; z-index:40; scrollbar-face-color:#C7DFF4; scrollbar-shadow-color:#999999; scrollbar-highlight-color:#999999; scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-track-color:#ffffff; scrollbar-arrow-color: #999999;">
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>