I need your help

Discussion in 'HTML & Website Design' started by FUNNYBIRD, May 21, 2008.

  1. #1
    how to
    Include html file in my html page
     
    FUNNYBIRD, May 21, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    Include is a server-side technique. You have to either use PHP, SSI, or another CGI technique -- you can't put an include directive in an html file.
     
    itcn, May 21, 2008 IP
  3. badmasketa

    badmasketa Well-Known Member

    Messages:
    351
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #3
    you can do this by putting inner frame like this:

    <IFRAME marginWidth=0 marginHeight=0 src="../include.htm" frameBorder=0 width=706 scrolling=no height=220></IFRAME>
    Code (markup):
     
    badmasketa, May 21, 2008 IP
  4. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #4
    nicangeli, May 21, 2008 IP
  5. qforquack

    qforquack Banned

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Wow! I never knew you could do that, thanks! I only thought you could use the side server stuff.
     
    qforquack, May 21, 2008 IP
  6. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #6
    You can't do that. Read the rest of the article, it's about SSI:

     
    itcn, May 21, 2008 IP
  7. FUNNYBIRD

    FUNNYBIRD Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    thank you all for your comments ITCN, nicangeli

    1 MORE Q:
    GOOGLE SUPPORTS SSI/PHP/CIG FOR SEO STUFF??
     
    FUNNYBIRD, May 21, 2008 IP
  8. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #8
    Yes, SSI, php and cgi (when done properly) all are invisible to Google. Those are all server-side technologies that create and render the final page. Google spiders the final page, so it is unaware of what SSI you used to create it.
     
    itcn, May 22, 2008 IP
  9. FUNNYBIRD

    FUNNYBIRD Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Thanks Itcn
     
    FUNNYBIRD, May 24, 2008 IP