inline frame

  • Thread starter Thread starter Guest
  • Start date Start date
RTMM said:
how do i delete an inline frame?

I don't know how using the Design page of FP, but try going to Code or HTML
view

The inline frame will be something like this (example from my site)
<iframe class="c1" id="News" src="">
<!-- there may be lots of stuff in here -->
</iframe>

Highlight everything between and including <iframe> and </iframe> and press
delete
 
Back
Top