I am experimenting with Dreamweaver and I noticed several red lines in my website code. When I place the mouse on it I will have a tooltip which says:
The **** attribute of the **** tag is not supported. [Mozilla]
... where ***** replaces which attribute and which tag.
Now for example, I have this code:
Code:
<TD background="images/Logo1.jpg" height=52 width=586>
It is saying that the background attribute of the TD tag is not supported. [Mozilla]. How am I giong to replace it, so it will support Mozilla? Thanks