hello, my english may not be that good so excuse me if u find mistakes..
so my problem is that i have inserted a map on my site from googlemaps with <iframe> tags and when i do the validation i get the following 4 errors..
1)
Line 105, Column 243: The frameborder attribute on the iframe element is obsolete. Use CSS instead.
…,23.752441&spn=13.8971,28.54248&t=h&z=6&output=embed"></iframe>
2)
Line 105, Column 243: The scrolling attribute on the iframe element is obsolete. Use CSS instead.
…,23.752441&spn=13.8971,28.54248&t=h&z=6&output=embed"></iframe>
3)
Line 105, Column 243: The marginheight attribute on the iframe element is obsolete. Use CSS instead.
…,23.752441&spn=13.8971,28.54248&t=h&z=6&output=embed"></iframe>
4)
Line 105, Column 243: The marginwidth attribute on the iframe element is obsolete. Use CSS instead.
…,23.752441&spn=13.8971,28.54248&t=h&z=6&output=embed"></iframe>
what can i do to erase these errors?
any help will be appreciated.. thank you in advance.