Insert Page into window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Hutch
    New Member
    • Mar 2007
    • 74

    Insert Page into window

    So here is hwat i am trying to do i have a web page and i'm trying to link a blog so it will appear on the web site.
    [html]
    <html>
    <head>
    <title></title>
    </head>
    <body>
    http://p3square.org/cgi-bin/cblog/index.php
    </body>
    </html>
    [/html]
    I got this but when i paste it into a window it seems to do nothing. Any help would be very appreciated.
  • Death Slaught
    Top Contributor
    • Aug 2007
    • 1137

    #2
    Originally posted by Hutch
    So here is hwat i am trying to do i have a web page and i'm trying to link a blog so it will appear on the web site.
    [HTML]<html>
    <head>
    <title></title>
    </head>
    <body>
    http://p3square.org/cgi-bin/cblog/index.php
    </body>
    </html>[/HTML]
    I got this but when i paste it into a window it seems to do nothing. Any help would be very appreciated.
    Sup Hutch, Please use proper code tags when posting code ( please see posting guidelines )

    You can accomplish this with the Iframes element.

    Hope it helps, Death

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      Do you mean link to a blog or insert the contents of the blog?

      To link to the blog:
      <a href="http://p3square.org/cgi-bin/cblog/index.php">Link </a>

      Comment

      Working...