Zen Cart Logo
Forums / Addon Sideboxes / login box and validation w3 problems

login box and validation w3 problems

Locked

Views: 1,778

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Feb 2009, 3:06 PM
#1
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

login box and validation w3 problems

Hello, I am restyling my site and i'm doing a clean installation with some mods.
It was all good but when I installed the mod login box I have encountered 3 errors on validation w3

I would ths new site is also validated w3 so how can I solve this problem?

I know that problem is dued on login box, in fact if I disabled this box via admin, the problem there isn't.

Please if you can

the site is
hxxp://www.giocattoliamo.it/demosugar/

:flex:

9 Feb 2009, 11:34 AM
#2
absolute avatar

absolute

Totally Zenned

Join Date:
May 2005
Location:
Bath, Somerset
Posts:
1,054
Plugin Contributions:
2

Re: login box and validation w3 problems

You need to update includes/tempaltes/YOUR_TEMPLATE/sideboxes/tpl_login_box.php. You will find all the code you need in here, and you then just need to update this so that the code validates.

You must remember that ALL HTML in this file is contained within a PHP string, so it is not a standard HTML file.

Absolute