Welcome Guest, Not a member yet? Register   Sign In
CI goes crazy with iframes
#7

(This post was last modified: 02-27-2024, 08:21 AM by JustJohnQ.)

I tried my code on a local Codeigniter 3.1 site, still no problems. It displays just fine.
I even tried calling the iframe as a sub-page with the following code:


Code:
<!-- Main content -->
<section class="content">
    <div class="box box-default">
        <div class="box-header with-border">
            <h3 class="box-title">Test</h3>
        </div><!-- /.box-header -->
        <div class="box-body">
            <div class="row">
                <div class="col-md-12">
                    <div class="text-nowrap dtHorizontalExampleWrapper">
                        <p>Main text goes here</p>
                    </div>
                    <div>
                        <?php $this->load->view('development/admin/iFrame'); ?>
                    </div>
                </div><!-- /.col -->
            </div><!-- /.row -->
        </div><!-- /.box-body -->
    </div><!-- /.box -->
</section>
Reply


Messages In This Thread
CI goes crazy with iframes - by CelticPhantom - 02-25-2024, 04:05 PM
RE: CI goes crazy with iframes - by luckmoshy - 02-25-2024, 10:26 PM
RE: CI goes crazy with iframes - by CelticPhantom - 02-26-2024, 07:35 AM
RE: CI goes crazy with iframes - by InsiteFX - 02-26-2024, 10:41 PM
RE: CI goes crazy with iframes - by JustJohnQ - 02-27-2024, 03:37 AM
RE: CI goes crazy with iframes - by CelticPhantom - 02-27-2024, 06:26 AM
RE: CI goes crazy with iframes - by JustJohnQ - 02-27-2024, 08:01 AM
RE: CI goes crazy with iframes - by CelticPhantom - 02-27-2024, 10:24 AM
RE: CI goes crazy with iframes - by JustJohnQ - 02-27-2024, 01:57 PM
RE: CI goes crazy with iframes - by CelticPhantom - 02-29-2024, 07:56 AM
RE: CI goes crazy with iframes - by JustJohnQ - 02-29-2024, 09:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB