Fixed gif positioning.

This commit is contained in:
Olga Vlasiuk 2021-09-07 16:32:45 +03:00
parent cebc560ca2
commit 6d8288f4d3
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<img class="gif" alt="hlookup function gif" src="../images/hlookup_function.gif" />
<p><img class="gif" alt="hlookup function gif" src="../images/hlookup_function.gif" /></p>
</div>
</body>
</html>

View File

@ -34,7 +34,7 @@
<p>The result will be displayed in the selected cell.</p>
<p><em>For example:</em></p>
<p>You have a list of available item stock and its overall value. To learn unit price, we will use the <b>IFERROR</b> function to see if there are any errors. The arguments are as follows: <em>value</em> = <b>B2/A2</b>, <em>value_if_error</em> = <b>"Out of stock"</b>. The formula in the first argument does not contain any errors for cells C2:C9 and C11:C14 so the function returns the result of the calculation. However, it is the opposite for C10 and C11 since the formula tries to divide by zero, hence, we get <em>"Out of stock"</em> as a result.</p>
<img class="gif" alt="IFERROR Function: if error" src="../images/iferror_function.gif" />
<p><img class="gif" alt="IFERROR Function: if error" src="../images/iferror_function.gif" /></p>
</div>
</body>
</html>

View File

@ -37,7 +37,7 @@
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<img class="gif" alt="lookup function gif" src="../images/lookup_function.gif" />
<p><img class="gif" alt="lookup function gif" src="../images/lookup_function.gif" /></p>
</div>
</body>
</html>

View File

@ -36,7 +36,7 @@
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<img class="gif" alt="sumif function gif" src="../images/sumif_function.gif" />
<p><img class="gif" alt="sumif function gif" src="../images/sumif_function.gif" /></p>
</div>
</body>
</html>