diff --git a/index.html b/index.html
index bdd2e7b..04d6b92 100644
--- a/index.html
+++ b/index.html
@@ -2371,23 +2371,6 @@
-
-
-
-
-
Resize to width
-
convert input_file.ext -resize 750 output_file.ext
-
This script will also convert the file format, if the output has a different file extension than the input.
-
- - convert
- starts the command
- - -i input_file.ext
- path and name of the input file
- - -resize 750
- resizes the image to 750 pixels wide, retaining aspect ratio
- - output_file.ext
- path and name of the output file
-
-
-
-
-
@@ -2425,7 +2408,23 @@
-
+
+
+
+
+
Resize to width
+
convert input_file.ext -resize 750 output_file.ext
+
This script will also convert the file format, if the output has a different file extension than the input.
+
+ - convert
- starts the command
+ - -i input_file.ext
- path and name of the input file
+ - -resize 750
- resizes the image to 750 pixels wide, retaining aspect ratio
+ - output_file.ext
- path and name of the output file
+
+
+
+
+