mh2design Forums

Development => Help and Support => Topic started by: sjnims on May 27, 2008, 09:03:05 PM



Title: This page is not Valid XHTML 1.0 Transitional! (MH2 Treasury related)
Post by: sjnims on May 27, 2008, 09:03:05 PM
I know its not THAT big of a deal to have validated html, but if I am going to keep the "Powered by Joomla! Valid XHTL, Valid CSS" at the bottom of my page (I don't have any intention of removing it), I would like to actually have valid code! However the validator picks up a bunch of errors on code I can't go in and change because its been encoded!

Could you update the files so that anytime there is an attribute nowrap and it is set to equal "true" (nowrap="true"), could you change it to the valid value of nowrap being equal to "nowrap" (nowrap="nowrap").

Thanks and sorry for being picky...

Steve Nims
http://www.gammanu.org (http://www.gammanu.org)


Title: Re: This page is not Valid XHTML 1.0 Transitional! (MH2 Treasury related)
Post by: sjnims on May 27, 2008, 10:00:28 PM
There is also a bunch of css that is invalid as well according to the w3c validator, and ms visual studio 2008:

-There are 3 occurrences of
Code:
style="word-wrap: break-word;max-width:200px;"
with the wc3 validator and ms visual studio both saying word-wrap is not a known css style.
-The other error the wc3 validator spat out was "Value Error : max-width  only 0 can be a length. You must put an unit after your number :  200"

-Steve


Title: Re: This page is not Valid XHTML 1.0 Transitional! (MH2 Treasury related)
Post by: Mick on May 30, 2008, 09:19:28 PM
I will be reviewing this component shortly.  There are some updates that I plan to do and some fixes that need to be put in.