PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   2 body tags in my header (http://www.photopost.com/forum/photopost-pro-bug-reports/141754-2-body-tags-my-header.html)

Peter January 16th, 2010 02:09 PM

2 body tags in my header
 
Hi, no idea why and since when, but I just discover that I have 2 body tags in my header, so something its insterting the second one no idea from where.

My header.htm starts like this:

Code:

Content visible to verified customers only.
Everything ok, but when the site loads, the following is inserted just before what my head has:

Code:

Content visible to verified customers only.
Something is inserting that, having as a result 2 RSS links and 2 open body tags.

Where can I fix this ?

Thanks.

Chuck S January 16th, 2010 02:42 PM

If you have an extra body tag it can only be because your putting one there I would think because we only add one.

what is the site link?

Peter January 16th, 2010 03:00 PM

I have one in my header.htm file, should I delete it ?

Where can I put stuff into the header tags ?

Wheres that other body coming from ?

You can see it here.

Thanks.

Chuck S January 16th, 2010 03:50 PM

yes you should not put html or body or head tags in any of the files. Just the html that goes between them etc

Our program correctly outsouts the proper <html> <body> <head> tags needed.

Peter January 16th, 2010 04:27 PM

Where should I include my code so it goes in the header ?
Like CSS, iPhone icon, feedburner, etc...

Thanks.

Chuck S January 16th, 2010 04:40 PM

head tags would go in a headtags file.

Header html would go under the header file.

Peter January 17th, 2010 06:13 AM

And what file handles that ?

As header.htm does not, which file is my real header ? (whats the name of the file and where is it ?)

Thanks.

Chuck S January 17th, 2010 11:55 AM

You put the code that goes in your header in whatever header file you have defined. This would not contain head tag stuff just your html for the header.

You put code that goes in your footer in whatever footer file you have made

You put code that gets inserted between head tags in a page in some headtags file you define.

You define what these file to load then via server path and filename in admin global options but that still requires you to make these files.

We include sample header.htm and footer.htm files in the distribution as examples

Peter January 17th, 2010 12:43 PM

Ok, I need to create headtags.htm that its not there as header.htm and footer.htm are by default.

Fixed !

Thanks Chuck.

Chuck S January 17th, 2010 01:14 PM

Yep you can use and call the files whatever you wish thats why we allow you to link via server path.


All times are GMT -5. The time now is 01:58 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97