Subject: Aaactually... (Plus HTML tips!)
Author:
Posted on: 2013-04-22 02:39:00 UTC

Muphry's Law is an actual thing. Better re-check your post in case it struck. ^~

As for image sizing, you'd want to do something like img src="http://upload.wikimedia.org/wikipedia/commons/b/bb/EdwardMurphyJr.jpg" width="200"/, which yields:

<img src="http://upload.wikimedia.org/wikipedia/commons/b/bb/Edward
Murphy_Jr.jpg" width="200">

In this case, 200 pixels wide. You can also specify the height if you want to, but it's not strictly necessary, and it will automatically scale correctly if you only use one or the other.

~Neshomeh

Reply Return to messages