+ 1
I inserted a map in my hrml file and I want to change the size?
help me?
2 Antworten
+ 2
<... style='width: 50%'>
+ 2
If you are using html4 then you can use <img style="width:'a'px height:'b'px"/> a and b are height and width in pixels. For html 5 use css.