1
wizanda
Will SHORTTAG YES and OMITTAG NO, mess up xoops?
  • 2005/7/8 14:52

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Currently I am checking if my site is ok on w3.org

Yet there is tons of problems some are from the modules them selfs

Yet alot is you need to have specified SHORTTAG YES and OMITTAG NO

I have tried seraching on the net to add these, yet I can't find the code.

Can I add them to my XOOPS theme and will it mess up xoops?

Also how do you add them, as I can't seem to find out how?

2
jlm69
Re: Will SHORTTAG YES and OMITTAG NO, mess up xoops?
  • 2005/7/8 15:14

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


It shouldn't effect XOOPS at all. What you need to do is add a closing tag('/') to a few things.

change <br> to <br />

change <img src="<{$xoops_url}>/your_image.gif">

to

<img src="<{$xoops_url}>/your_image.gif" />


change <input type='submit' class='formButton' name='submit' id='submit' value='Search'>

to

<input type='submit' class='formButton' name='submit' id='submit' value='Search' />

So you are just adding / at the end of the statement. Those are closing tags.

Hope that helps

3
wizanda
Re: Will SHORTTAG YES and OMITTAG NO, mess up xoops?
  • 2005/7/8 15:23

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Oh I didn't know if SHORTAG YES and OMITTAG NO, was something you could add to the header of a html file, so it switch things off or on??

Login

Who's Online

212 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 212


more...

Donat-O-Meter

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

Latest GitHub Commits