What iFrame code to use?

by 4 replies
5
Hi,

I am looking for a simple code to use for an iFrame on my domain.

What iFrame code are you using?

Richard
#ad networks (cpm/cpl, display) #code #iframe
  • Hey Richard,

    Plenty of good iframe codes on Dynamic Drive (Dynamic Drive DHTML(dynamic html) & JavaScript code library). Check under the category "Dynamic Content".

    Hope this helps.
    - Jay
  • Code:
    <html>
    <head>
    <title>Title Goes Here</title>
    </head>
        <body style="margin: 0px; padding: 0px;" scroll="no">
              <iframe src="http://iframedurl.com" style="border: 0px; width: 100%; height:100%;"></iframe>
              	 
        </body>
    </html>
    • [1] reply
    • This is good to use for a basic iframe, use google to find other ways as well if your interested
  • Yep, there's all kinds of cool stuff you can do with iframes, but the above 100% frame is the most used for people looking to keep their domain up while the offer still shows!

Next Topics on Trending Feed