Support for PhpBB3 BBCodes. Post here to get help with any BBCode related issue here There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe exactly what it is you want.
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
in order to have this xhtml strict you need to add the alt="*" to the image tag!, and I am not sure the border="0" is strict either!
I am saying this for us that like xhtml strict code!
cisco007 » 31 Jul 2010, 17:36 wrote:in order to have this xhtml strict you need to add the alt="*" to the image tag!, and I am not sure the border="0" is strict either!
I am saying this for us that like xhtml strict code!
Well, you should better align with HTML 5, which does not require 'alt' attribute.
'border' isn't allowed, as all styling should be done only using CSS. Allowed exceptions are attributes that specify the size of the element.