1
Peekay
Tip - watch your quotes when editing for SEO
  • 2007/11/11 20:07

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


Getting modules to validate with the W3C validator can often involve hacking templates and/or php files. If you track down a pesky un-quoted value, be sure to use the same quoting method used in the rest of the statement, or you can run into problems - including a blank page.

For example, if the statement reads:

<img src='%s' border=0 alt='%s'>


be sure to correct it as:

<img src='%s' border='0' alt='%s'>


and NOT

<img src='%s' border="0" alt='%s'>
A thread is for life. Not just for Christmas.

Login

Who's Online

162 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 162


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits