Author Topic: Posting images  (Read 1321 times)

0 Members and 1 Guest are viewing this topic.

Offline chrislocke2000 (OP)

  • Captain
  • **********
  • c
  • Posts: 544
  • Thanked: 39 times
Posting images
« on: August 26, 2011, 03:52:24 AM »
Quick one hopefully

I've been busily writting an AAR on a recent fight in a word document and have been taking screen shots as I go to show the action developing.

Was just having a play around with cutting and pasting the document into a post but can't see how to get the pictures in. I can see the insert image button but not how to actually paste something between the quotes?
 

Offline Vynadan

  • Lt. Commander
  • ********
  • V
  • Posts: 255
Re: Posting images
« Reply #1 on: August 26, 2011, 04:04:37 AM »
Inside an image tag you usually put the URL of the image that you want to show. More advanced parameters of (img) allow for resizing the displayed image so that it fits into the forum layout and is easier on people with lower resolutions.

Examples:
Code: [Select]
[img]http://www.website.com/image.jpg[/img]
[img width=640 height=300]http://www.website.com/image.jpg[/img]

For uploading images there's various free-to-use websites that'll do the job. I usually use imageshack.us myself, but taste varies a lot regarding adverts, time it stays uploaded, etc.

I'm pretty sure it's possible to do with attachments, but as I never use those, I can't help you there.
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5657
  • Thanked: 372 times
  • Forum Admin
  • Discord Username: icehawke
  • 2020 Supporter 2020 Supporter : Donate for 2020
    2022 Supporter 2022 Supporter : Donate for 2022
    Gold Supporter Gold Supporter : Support the forums with a Gold subscription
    2021 Supporter 2021 Supporter : Donate for 2021
Re: Posting images
« Reply #2 on: August 26, 2011, 05:38:17 AM »
The [img] tag puts the picture inline, and you need to have it hosted someplace. The attachment loads it here, but places it at the bottom of the post like an email attachment.

Offline Jacob/Lee

  • Lt. Commander
  • ********
  • Posts: 203
  • Thanked: 1 times
  • (Where I got this .gif beats me!)
Re: Posting images
« Reply #3 on: August 26, 2011, 08:19:06 PM »
On the topic of hosts, I would suggest Imgur.

No account required and it comes free with the IMG code in case you somehow forget what to do.