/par errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bitznbats
    Sergeant Major

    • May 2006
    • 97

    /par errors

    Hi there

    For my website I have used my campground software to generate a vacancy grid. To do this I needed to create a template and then run the software which would automatically insert the grid. This is my template

    www.silver-maple.ca/all.html

    This is what it looks like with the grid added

    www.silver-maple.ca/vacancy00all.html

    I have aquired a few lines of text at the top under my picture and a load of /par everywhere. I have been in contact with my campground software who has looked at the original file (first link - view source) and said that the /par error are because the website creator I use (Blue Voda) is set to add all these /par in. He say I can see that if I look at my template. Well I looked and I couldn't see it. Can anyone help help to sort this out!!

    Thanks in advance!
    www.silver-maple.ca Lakeside camping in beautiful Northern Ontario
  • VodaHost
    General & Forum Administrator

    • Mar 2005
    • 12356

    #2
    Re: /par errors

    Dont know....

    1) Please provide the code you inserted
    2) Please provide the insertion instructions

    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

    • bitznbats
      Sergeant Major

      • May 2006
      • 97

      #3
      Re: /par errors

      Okay the code that I inserted I don't know here are the instructions - they just say to click on the export grid link and then the software will do everything else for you. If I use their template (blank except for the grid) it works, When I paste their template into the body of Blue Voda it works - First link) its only when the grid is added that it goes do-lally!




      The source on the first link is my html via Blue Voda the source info on the second link is what I get when I have run it through their software. Sorry to not be much help - I could email you the txt files if that would help
      www.silver-maple.ca Lakeside camping in beautiful Northern Ontario

      Comment

      • Bethers
        Major General & Forum Moderator

        • Feb 2006
        • 5224

        #4
        Re: /par errors

        I might be missing something - but having been in the hotel industry - this looks like a reservation system that is used offline. I'm not sure what part of it you're trying to put online?
        Beth
        A Child's Palace - Pinata Palace - Moxie Enterprises

        SEO and Marketing Tools
        SEO - The Basics

        Comment

        • bitznbats
          Sergeant Major

          • May 2006
          • 97

          #5
          Re: /par errors

          Yes the reservation system is used offline but it has the ability to export vacancy grids so that you can post them to your website so that you can show which sites are available on what days.

          If I can't get this sorted then I will have to put it in a frame but I really want to aviod that!
          www.silver-maple.ca Lakeside camping in beautiful Northern Ontario

          Comment

          • racefan20
            Major General

            • Jul 2005
            • 2335

            #6
            Re: /par errors

            I think you're gonna need to use an i-frame for this.
            My NASCAR Forum

            Comment

            • Bethers
              Major General & Forum Moderator

              • Feb 2006
              • 5224

              #7
              Re: /par errors

              Putting that in an iframe won't hurt - and you can do it in such a way that visitors to the website won't have any clue it's not directly on the page.
              Beth
              A Child's Palace - Pinata Palace - Moxie Enterprises

              SEO and Marketing Tools
              SEO - The Basics

              Comment

              • bitznbats
                Sergeant Major

                • May 2006
                • 97

                #8
                Re: /par errors

                I think that's waht i am going to have to do. How could I do this so that it dosen't look like a frame as the other pages I have in frame have a line around the frame.
                www.silver-maple.ca Lakeside camping in beautiful Northern Ontario

                Comment

                • bitznbats
                  Sergeant Major

                  • May 2006
                  • 97

                  #9
                  Re: /par errors

                  Bacically (and I don't know if this work work pasting this here) I need to make a template (the template which I used for all of my other pages) and then add this

                  <HTML>
                  <head>
                  <title>Vacancies</title>
                  </head>
                  <body>

                  <center>

                  <font size=+2 face="arial">
                  Vacancy chart for My Park
                  <br> <br>
                  </font>
                  ###VACANCYGRID###
                  <br>
                  <font size=2 face="arial">Vacancy chart created
                  ###ASOFDATE###
                  </font>
                  </center>
                  </body>
                  </HTML>

                  So I took my template and added to above code in a html box it looked like in worked on www.silver-maple.ca/all.html but when the grid was inserted on www.silver-maple.ca/vacancy00all.html it didn't work
                  www.silver-maple.ca Lakeside camping in beautiful Northern Ontario

                  Comment

                  • Bethers
                    Major General & Forum Moderator

                    • Feb 2006
                    • 5224

                    #10
                    Re: /par errors

                    You know - the reason this might not be working is because you are trying to put a 2nd head tag onto the page. Remove that - and try just inserting this:

                    <center>

                    <font size=+2 face="arial">
                    Vacancy chart for My Park
                    <br> <br>
                    </font>
                    ###VACANCYGRID###
                    <br>
                    <font size=2 face="arial">Vacancy chart created
                    ###ASOFDATE###
                    </font>
                    </center>

                    into an html box - make the box large enough - and see if it works.
                    Beth
                    A Child's Palace - Pinata Palace - Moxie Enterprises

                    SEO and Marketing Tools
                    SEO - The Basics

                    Comment

                    • bitznbats
                      Sergeant Major

                      • May 2006
                      • 97

                      #11
                      Re: /par errors

                      You know thats Probably it!!
                      www.silver-maple.ca Lakeside camping in beautiful Northern Ontario

                      Comment

                      • bitznbats
                        Sergeant Major

                        • May 2006
                        • 97

                        #12
                        Re: /par errors

                        Nope it still does it, would it help if I posted the whole code or not?
                        www.silver-maple.ca Lakeside camping in beautiful Northern Ontario

                        Comment

                        Working...
                        X