Crist thanks for the great mod however im having a problem.. im trying to make it Valid XHTML and it only seems to have 2 errors... ok but the problem is that when i change the simple errors they dont show up or even change.... i edited the any media template which is where the errors are and when you refresh the page it dont show the templates being edited...
here is a example in any media template:
before alt:
Code:
<span style="float:$stylevar[right]"><a href="#" onclick="return toggle_collapse('media_$media[id]')"><img id="collapseimg_media_$media[id]" src="$stylevar[imgdir_button]/collapse_tcat.gif" border="0" /></a></span>
after with alt:
Code:
<span style="float:$stylevar[right]"><a href="#" onclick="return toggle_collapse('media_$media[id]')"><img id="collapseimg_media_$media[id]" src="$stylevar[imgdir_button]/collapse_tcat.gif" border="0" alt="" /></a></span>
but the problem is when i add the alt tag in there and refresh the page its still giving me the same error no alt tag when its in there and even if you view the source it dont show the alt tag there... any help on this?