PlaneShift

Support => Forum and Website Discussions => Topic started by: shorty13 on November 12, 2005, 02:41:57 am

Title: HOW TO: Posting Images
Post by: shorty13 on November 12, 2005, 02:41:57 am
Can someone PLS give me a Step by Step instructions to how to get my pictures i took in-game onto the forums?  I dont know much about computers so i will need an explanation for every part.  Pls help.
Title: Posting Images
Post by: Karyuu on November 12, 2005, 02:52:09 am
This belonged in Forum Issues more than General Discussion ;)

Similar threads have been made numerous times in the past, but just for you:

Title:
Post by: shorty13 on November 12, 2005, 05:24:06 pm
Quote
Originally posted by LigH
Posting images in the forums (http://www.planeshift3d.com/wbboard/thread.php?threadid=19560&boardid=10)


yeah, not much info going on in there.

but thx karyuu
Title:
Post by: LigH on November 12, 2005, 05:37:16 pm
My reply was not really meant to be a \"complete beginners guide\", more an addition to Karyuu\'s points for more details on how to do the code, and how to tweak the appearance.
Title: Re: HOW TO: Posting Images
Post by: t2vanden on April 28, 2006, 11:52:59 pm
How did you get that picture like that, you know RUBY thingy
Title: Re: HOW TO: Posting Images
Post by: Bereror on April 29, 2006, 12:02:49 am
How did you get that picture like that, you know RUBY thingy
As Karyuu told you in another thread, close your tags with [/url] and [/img].

If you want to get that RUBY thingy, you need to join the Ruby Reign (http://myrolan.us/smf/index.php) guild. Otherwise make sure that your signature looks similar to this:
Code: [Select]
[url=<web page address>][img]<image address>[/img][/url]
Title: Re: HOW TO: Posting Images
Post by: Kalika on October 10, 2006, 04:37:02 am
i usually just do the simple

---<img src="whatever the url is">---

adn it turns out fine
Title: Re: HOW TO: Posting Images
Post by: Peacer on October 11, 2006, 09:18:00 am
i usually just do the simple

---<img src="whatever the url is">---

adn it turns out fine

don't you need some kind of [html] tag or something or is it enabled by default? test if this is bold it works if not... well

edit: thank you, html does work, this is going to be fun :P
Title: Re: HOW TO: Posting Images
Post by: emeraldfool on February 13, 2007, 01:45:41 am
<font color="#ff0000">Does that mean we can use all purrty HTML colours?</font>


<font size="4">Sigh, I forgot how to use html...</font>
Title: Re: HOW TO: Posting Images
Post by: Karyuu on February 13, 2007, 01:46:23 am
Be sure to close the html tag though.

*edit*

Hm... I guess the html tags have limits.
Title: Re: HOW TO: Posting Images
Post by: miadon on February 13, 2007, 01:54:06 am
I think the only HTML tags that work by default are <I>, <B> and <U> anthing else is denied unless told not to.
Title: Re: HOW TO: Posting Images
Post by: bilbous on July 26, 2007, 06:15:27 pm
 Colors work fine as long as you use the  cross browser html color names (http://www.w3schools.com/html/html_colornames.asp) or just the color changer. I changed the color in the last sentence by substituting "Chartreuse" for "black" in the color changer. The names seem to be case sensitive.

It seems some of those color names do not work in firefox on linux and perhaps others but using three two digit hex numbers preceded with a hash mark does. For example #32afc5 seems to be a nice random shade of blue.
Title: Re: HOW TO: Posting Images
Post by: lingwelli on January 03, 2013, 12:48:00 am
I have read the post and answer but I have a few questions. What does I M G mean and what is the web site to use in the syntax. Can you write the syntax as it is to be entered annotating parts that are relevant to my situation.
Title: Re: HOW TO: Posting Images
Post by: bilbous on January 03, 2013, 01:03:24 am
img stands for image and it is just a tag, the letters together as a three letter "word", it sort of looks like they should be separated in the example above but they are not. The website is any website that has an image you want to link. It is probably better if it is your own image that you uploaded but not technically necessary.
example:
Code: [Select]
[img]http://web.ncf.ca/cr502/tiles/ripple.png[/img]   (http://web.ncf.ca/cr502/tiles/ripple.png)