You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Im trying to scale and center an image however they are not rendered when coded in html
Example :
< div style="text-align: center;">
< img src="../../images/graph_vs_image_vs_text.PNG" alt="Graphs VS images VS text" width="800"/>
< p>< em>Figure 1: Graphs vs Images vs Text
< /div>
This html does not render the image no matter the image path while
! [Alt text] ( ../../images/graph_vs_image_vs_text.PNG)
renders the image but I'm not aware of how one centers and scales in this format.
Can you help me ?
Code at https://github.com/MLExplora/Hugo_site
Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
Im trying to scale and center an image however they are not rendered when coded in html
Example :
< div style="text-align: center;">
< img src="../../images/graph_vs_image_vs_text.PNG" alt="Graphs VS images VS text" width="800"/>
< p>< em>Figure 1: Graphs vs Images vs Text
< /div>
This html does not render the image no matter the image path while
! [Alt text] ( ../../images/graph_vs_image_vs_text.PNG)
renders the image but I'm not aware of how one centers and scales in this format.
Can you help me ?
Code at https://github.com/MLExplora/Hugo_site
Thanks
Beta Was this translation helpful? Give feedback.
All reactions