Forum Moderators: open
I need some help about this.
<marquee> - doesn¨¬t work properly in Opera
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="70%">
<tr>
<td width="102" align="center" valign="top" style="border-style: none; border-width: medium">
<a style="text-decoration: none" target="f1" href="aboutme.htm">
<font face="Comic Sans MS" color="#000000">©„ ¨…§</font></a></td>
<td rowspan="15">
<div align="center" valign="top">
<iframe name="f1" src="vits.htm" height="100%" width="100%" frameborder="0" noresize="0">
</iframe>
The First column is not displayed 102 pixels in Netscape 7.0
The IFrame is like a line, doesn¨¬t get the second td width and height.
Sorry, i am to lame in web design but if you can help me i will be very happy.
P.s. Adding this <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> enlarge the frame with several lines.
Try getting rid of the <div> element that surrounds the iframe. From what I can see it's only confusing the browser, because the iframe is already in a table cell. The minute I dropped the <div>, NN7 rendered the page beautifully.
Also the code you pasted in does not include the
closing tags...maybe they were in your original. At
any rate, always make sure you validate your HTML
before you try to fix a layout problem. It's the
best first step you can take.