PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   commentspal template (http://www.photopost.com/forum/photopost-pro-bug-reports/147638-commentspal-template.html)

tommyxv February 28th, 2012 02:06 PM

commentspal template
 
I am down to my last validation error.... I think I have to add the missing childe tags, not sure though. Any suggestions on a fix?


Code:

Content visible to verified customers only.
without
Code:

Content visible to verified customers only.
tags will cause validation end in failure (missing childe node)

Quote:

Line 632, Column 5: end tag for "tr" which is not finished
</tr>




commentspal template

Code:

Content visible to verified customers only.

validator see this

Code:

Content visible to verified customers only.

Chuck S February 28th, 2012 02:44 PM

well that would depend on your output.

You have an example so I can see the site in question.

Basically you have an extra row printing but we would need to see why.

tommyxv February 28th, 2012 04:12 PM

Same site... alienowners.com/gallery

Chuck S February 28th, 2012 06:52 PM

Gotcha will take a look then.

Chuck S February 28th, 2012 08:05 PM

My site validates just fine so I can upload fresh templates and I do not see this issue either so once I get proper ftp info I am sure I can wrap up any issues.

tommyxv February 28th, 2012 09:54 PM

Ok...I see you were able to get access. I still get that one validation error about the TR.

http://validator.w3.org/check?uri=ht..._Validator/1.2

I just edited the one php file (commented the line out) to remove the branding as I have a brand free license. :cool:

Chuck S February 28th, 2012 09:59 PM

yes that should be the only issue I am looking into

The problem is if I make it xhtml valid then the display is whacked out for the comments.

tommyxv February 28th, 2012 10:07 PM

Can you put the <td></td> inside there? That should make it pass. I think.

What is that particular <tr></tr> for any way?

tommyxv February 28th, 2012 10:41 PM

1 Attachment(s)
Just for kicks, i added this and it passed, but now I have extra space on the bottom, but everything is still intact. I guess until we can figure out the empty nested TRs, this will do. :confused:


Code:

Content visible to verified customers only.

Chuck S February 29th, 2012 09:16 AM

Yeah I know what the issue as the tr prints every two rows so its printing at the end also.
If I surpress the end then the display whacks out although the html validates


All times are GMT -5. The time now is 05:03 PM.

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