Skip to content
Daniel Murray edited this page Dec 2, 2020 · 1 revision

Welcome to the TY2020 wiki!

You're going to make your own project wiki page.


Some tips for the Wiki:

HOW DO YOU CHANGE THE SIZE OF THE IMAGE?

Instead of using that image icon, you add in some HTML code with a width attribute.

<img src="https://github.com/STJRush/toast/blob/master/images/fricknLAZERS.gif" alt="drawing" width="600" />

HOW DO YOU GET IT TO GO IN THE MIDDLE LIKE THIS?

drawing

You make a paragraph in HTML and then add the attribute align="center".

<p align="center">
  <img src="https://github.com/STJRush/toast/blob/master/images/fricknLAZERS.gif" alt="drawing" width="100" />

</p>

And while you're at it...

<p align="center">
  You can also do this to center your text!

</p>

You can also do this to center your text!