#118454  by phpbb
 
Since I hope we are primarily here to share our knowledge the Grateful Dead (or lack there of), instead of making people link all over the internets to images that relate to the topic, just use the IMG tags. Following this will create a nice flow to the threads and will make it easy on our brains.

It goes something like this:
Code: Select all
[img]http://25.media.tumblr.com/tumblr_m6lc8qVqdl1qzhoqfo1_1280.jpg[/img]
which would result in:

Image

Now you are thinking, wow, that's huge - can I shrink it down? And, for you I've made a new tag, the "rimg" tag, which will allow you to add width and height parameters:
Code: Select all
[rimg width=400 height=500]http://25.media.tumblr.com/tumblr_m6lc8qVqdl1qzhoqfo1_1280.jpg[/rimg]
which results in:

 #118455  by tcsned
 
cool feature, thanks! Remember folks to keep your resize proportional or you'll look like stretched or squashed :-)
 #118457  by phpbb
 
Great Point! We don't want to squish Jerry's Face. I've added a "pimg" tag that will allow you to resize by percentage:
Code: Select all
[pimg width=50 height=50]http://25.media.tumblr.com/tumblr_m6lc8qVqdl1qzhoqfo1_1280.jpg[/pimg]