Posts Tagged ‘script’
vBulletin: adsense module for vBAdvanced [SOLVED]
vBulletin users usually purchase vBAdvanced to increase their forums potential. It is a great tool for doing things like: Creating google adsense module For my adsense ads in my right column I just created a simple template with the Adsense script inside of a <center> tag. Follow this steps: 1 AdminCP > vBa CMPS > [...]
W3C validator issues with ampersand (&) in javascript location.href
When I tried to validate the code for http://www.hyips.es (one of my freelance projects) the validator kept complaining: cannot generate system identifier for general entity langpair. This error is caused by the validator parsing the code inside of a <script> tag. Below are the lines which were producing the error (related to a function which [...]