This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

W3c html,css valid button

Miscellaneous BBCodes, including MOD BBCodes which usually require file edits.
Locked
User avatar
Steve
X-Steve
X-Steve
Posts: 1920
Joined: Thu Sep 16 2010 3:19 pm
Real name: Steve© MX
Country Flag: Great Britain
Location: Up north!
Contact:

W3c html,css valid button

Post by Steve »

Html validator button

BBcode:

Code: Select all

[w3html][/w3html]
html orangy button:

Code: Select all

    <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10"
        alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
Demo:
[w3html][/w3html]

Html blue button:

Code: Select all

<a href="http://validator.w3.org/check?uri=referer">
	<img src="http://www.w3.org/Icons/valid-xhtml10-blue"
        alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
Demo:
[w3htmlb][/w3htmlb]

[hr][/hr]

Css validator button

BBcode:

Code: Select all

[w3css][/w3css]
Html orang3y button:

Code: Select all

    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
Demo:
[w3css][/w3css]

Html blue button:

Code: Select all

<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
</a>
Demo:
[w3cssb][/w3cssb]
Hello! and Do NOT contact me via private message for support!!
Locked