Ok were are the best iFrame tutorials?

just looking for a tut on iFrames!

:slight_smile:


<iframe src="news.asp" width="217" height="102" align="right" hspace="15" vspace="0" name="news">

thats it!

FYI
this is how I embeded my IFrame inot a table


<table width="700" border="0" height="129">
        <tr> 
          <td height="132" width="101"> 
            <div align="center"><img src="graphics/updates03.jpg" width="91" height="110"></div>
          </td>
          <td height="132" width="239"><iframe src="news.asp" width="217" height="102" align="right" hspace="15" vspace="0" name="news"> 
            </iframe>
            <div align="center"> </div>
          </td>
          <td height="132" width="104"> 
            <div align="center"><img src="graphics/faq03.jpg" width="91" height="110"></div>
          </td>
          <td height="132" width="238"> 
            <iframe src="faqs.asp" width="217" height="102" align="right" hspace="15" vspace="0" name="news"> 
            </iframe>
          </td>
        </tr>
      </table>

ok thanks for that, ill give it a go :slight_smile:

no prob, i frames are great, and easy as well

i use them a lot too, it makes updating a lot easier, but some browsers dont support them.:confused: