So, why does DNN generate such tags? Do they have any meaning?
If I validate the site I get only errors like these:
there is no attribute "ID".
NET-enabling start-tag requires SHORTTAG YES.
character data is not allowed here.
All these errors are not from my Skin, but made by DNN.
The problem I have:
I have a table. One <td>-tag has the size 162x229px.
If I add an image with this code I have noch problem: <td><img src="picture.jpg" width="229" height="162"></td>
But if I add a picture with a module the IE generates a break below the picture.
Does anybody have an ideo what I can do against it?