How to embed a photo onto a post

IIRC there's a problem with the forum software in that it adds two img tags. Just remove one and ensure your image link is surrounded by {img}{/img} but square brackets.
 
Thsnks!
PNJagze

testing
 
You missed the / from the last img tag. You should have something that looks like this, just with your URL, obvs

Code:
[img]https://i.imgur.com/IlweEFM.gif[/img]
 
The problem there is because you're linking to a webpage, not an image. In your case you should be using:

Code:
[img]https://i.imgur.com/nC4UfHa.jpg[/img]


Which gives you:

nC4UfHa.jpg
 
The problem there is because you're linking to a webpage, not an image. In your case you should be using:

Code:
[img]https://i.imgur.com/nC4UfHa.jpg[/img]


Which gives you:

nC4UfHa.jpg
ahhh, thank you! i wasnt sure how to get the bb code off imgur...i thought it was only the weblink. Coudn't see anything else
 
Back
Top Bottom