diff --git a/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md b/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md
index f6925ca4d..3c023082c 100755
--- a/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md
+++ b/docs/4-phonegap-build/2-configuring/icons-and-splash.html.md
@@ -42,8 +42,8 @@ The default icon must be named `icon.png` and must reside in the root of your ap
```
- **src**: (required) specifies the location of the image file relative to your config.xml
-- **width**: (optional) but recommended to include, width in pixels
-- **height**: (optional) but recommended to include, height in pixels
+- **width**: (required) width in pixels
+- **height**: (required) height in pixels
- **platform**: (optional) the target platform (`ios`, `android`, or `windows`)
### iOS
@@ -103,12 +103,12 @@ The names below reflect the names of the destination files when they are added t
We support all Android resource qualifiers. Commonly used qualifiers refer to device density and language.
```xml
-
-
-
-
-
-
+
+
+
+
+
+
```
A list of these qualifiers can be viewed on Table-2 [here](http://developer.android.com/guide/topics/resources/providing-resources.html). Note that compound qualifiers (eg. "port-xhdpi") have to be in the same order as viewed on this table.