PDA

View Full Version : ok were are the best iFrame tutorials?



Dave
July 11th, 2003, 02:40 AM
just looking for a tut on iFrames!

:)

Digitalosophy
July 11th, 2003, 11:30 AM
<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>

Dave
July 11th, 2003, 02:14 PM
ok thanks for that, ill give it a go :)

Digitalosophy
July 11th, 2003, 02:16 PM
no prob, i frames are great, and easy as well

replode
July 11th, 2003, 11:48 PM
i use them a lot too, it makes updating a lot easier, but some browsers dont support them.:/