Announcement

Collapse
No announcement yet.

Trying to configure include virtual but not linked?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trying to configure include virtual but not linked?

    Hello,
    I'm trying to set up my personal site using the include virtual put it's not link?

    my main page is index.shtml, inside index.shtml, i want to have 4 different section: 1. SectionA 2. SectionB 3.Bottom page navigation at the very bottom of the page.

    so I have <!--#include virtual="sectionA.shtml"> in the first table within the <td><tr>

    then <!--#include virtual="sectionB.shtml"> for the 2nd part and at the very bottom of the page, all pages in fact, I want to include the <!--#include virtual="bottomnavi.shtml">.

    But it doesn't seems to be working?

    Thanks,
    Jeff (joipc.com with Vodahost)
    Last edited by VodaHost; 01-16-2006, 10:55 AM.

  • #2
    Re: Trying to configure include virtual but not linked?

    I am sorry, I really don't understand what you are trying
    to say. Please be kind enough to rephrase and reformat to
    a clear and understandable...

    1)First Question Goes Here.
    2)Second Question Goes Here.
    3)Third Question Goes Here.
    4)Etc....

    Format.

    Thank you in advance.


    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Trying to configure include virtual but not linked?

      Sorry, was a little late at night and a little tired trying to figure the SSI and wasn't focus at all...

      -----------------------------------------
      <html>
      <head>
      <title>My site</title>

      <!--#include virtual="/script/featurecss.shtml"-->
      </head>
      <!--#include virtual="/script/imagebg.shtml"-->
      <h3><p align="right"><!--#include virtual="/script/date.shtml"--></p></h3>
      <table align="center" width="760" cellspacing="0" cellpadding="10" border="0" frame="vsides" rules="cols">
      <tr><td colspan="2" align="center">
      <!--#include virtual="/script/menu.shtml"-->
      </td>
      </tr>
      <tr>
      <!--#include virtual="/script/sideleft.shtml"-->
      <td width="550" align="justify" valign="top">
      <table width="450" height="10" cellspacing="1" cellpadding="2" border="0">
      <tr>
      <td align="left" valign="top"><h3>
      </td>
      </tr></h3>
      </table>
      <h3>
      </h3>

      <tr>
      <td colspan="3" align="center">
      <!--#include virtual="/script/bottomnav.shtml"--></td>
      </tr>
      </table>

      </body>
      </html>
      ------------------------------------------------------------

      Ok, see the different virtual .shtml files that I created? This is actually the codes for an actual live website. For instance, see the bottomnav.shtml file that I put at the bottom of the webpage? I actually have this coding <!--#include virtual="/script/bottomnav.shtml"--> on all my 9 pages. So when I make correction on the bottomnav.shtml, which contain only this

      <H5>
      | <a href="/">Home</a>
      | <A href="/custserv/index.shtml">Cust Relations</A>
      | <A href="/privacy/index.shtml">Privacy</A>
      | <A href="/feedback/index.shtml">Feedback</A>
      | <A href="/faq/index.shtml">FAQ</A>
      | <A href="/termsconds/index.shtml">Terms and Condition</A>

      When I make correction or addtional <a href=...> on the bottomnav.shtml, all of my 9 pages change automatically without me going into each individual page for the correction of the additional link.

      Same goes for this: <!--#include virtual="/script/imagebg.shtml"-->, when I make the change in the imagebg.shtml file, all the background color change for all the 9 pages without going in individually.

      My question is, I try to duplicate this on vodahost, none of the virtual linked file display on the browser. Ok, I'm scratching my head now, hope you can picture what I'm trying to do. If not, it's ok, I'll do trial and error.

      Thanks in advance, I'm surprise at the speed of you answering the forum, no wonder you guys has been praised over and over again. After all, after 4 hosting providers, you ranked number 1 at the moment!

      Comment

      Working...
      X