Hi
I have sevral errors in my html file, all due to
Line 139, Column 108: The align attribute on the img element is obsolete. Use CSS instead.…th: 135px"> <IMG SRC="flags/bh.png" ALIGN="left" alt="Bahrain">Bahrain</BUTTON>
The line looks like this
<BUTTON TYPE="submit" style= "height:30px;width: 135px"> <IMG SRC="flags/bh.png" ALIGN="left" alt="Bahrain">Bahrain</BUTTON>
I guess that I have to add something to the css. but how do I rewrite the html line, please?
Thank you