Results 1 to 12 of 12

Thread: /par errors
      
   

  1. #1
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default /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

  2. #2
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default 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
    07031847328 / United Kingdom

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

    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)



  3. #3
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default 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!


    http://www.campground-master.com/shelp/index.html

    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

  4. #4
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default 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?

  5. #5
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default 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

  6. #6
    racefan20's Avatar
    racefan20 is offline Major General
    Join Date
    Jul 2005
    Location
    Concord, NC
    Posts
    2,339

    Default Re: /par errors

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

  7. #7
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default 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.

  8. #8
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default 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

  9. #9
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default 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

  10. #10
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default 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.

  11. #11
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default Re: /par errors

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

  12. #12
    bitznbats's Avatar
    bitznbats is offline Sergeant Major
    Join Date
    May 2006
    Location
    Ontario, Canada
    Posts
    97

    Default 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

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49