The purpose of your "code checker" is to alert you to a possible misspelling, such as aligm="left". The basic rule for browser rendering is, and always will be, "tags and attributes that the browser does not understand are ignored by the browser".
The same kind of warning would appear for editblocks and includeblocks.
Your code checker may let you set which attributes 1) to automatically remove without warning, 2) to remove with warning, 3) to warn only, 4) or completely ignore. Make certain, at minimum, that you do not allow your code checker to remove that attribute.
Last edited on Sun Jan 29th, 2006 09:32 pm by Keith |