Need to add an iframe to a page? use the code below:
[code]
<iframe
src ="http://www.johnkosh.com/thanks.html"
scrolling="no"
frameborder=1
align="right"
width="600"
height="550"
name"test_frame"
>
</iframe>
[/code]
Wed April 23, 2025
Need to add an iframe to a page? use the code below:
[code]
<iframe
src ="http://www.johnkosh.com/thanks.html"
scrolling="no"
frameborder=1
align="right"
width="600"
height="550"
name"test_frame"
>
</iframe>
[/code]