I fail at HTML, please help

Recommended Videos

theguitarhero6

New member
Nov 21, 2009
358
0
0
So, I have been desperately trying (and failing) to attach pictures to a forum post on Escapist through the HTML method.
I am able to properly size the image, but it only comes up as "image [X]", which contains no image.
My understanding is this is how to lay it out...

img src="trex.jpg" width="500" height="250">
with the excluded < at the begining, of course.

So, could somebody tell me where I am going wrong?
 

DazZ.

Elite Member
Jun 4, 2009
5,540
0
41
Look up BBcode.

It's not HTML that gets used in threads.

Edit: Wikipedia link [http://en.wikipedia.org/wiki/BBCode]
There you go, a list of HTML to BBcode things.
 

DazZ.

Elite Member
Jun 4, 2009
5,540
0
41
theguitarhero6 said:
DazZ. said:
Look up BBcode.

It's not HTML that gets used in threads.
Really, because I was led to believe that it used HTML, hmm...
Not in forums as using HTML is giving users more power than they need, leading to security holes.
 

theguitarhero6

New member
Nov 21, 2009
358
0
0
Wiezzen said:
[*img]image url[/img] (remove *)
Like this...
[*img]http://comicscavern.posterous.com/your-great-old-one-of-the-day-cthulhusaurus-r[/img]

or this?
[*img]trex.jpg[/img]

(Excluding the *)
 

Heart of Darkness

The final days of His Trolliness
Jul 1, 2009
9,745
0
0
Yeah, you need to use BBCode here. The easiest way to add an image here is to do this:

Code:
&lt;img&gt;Image source goes here&lt;/img&gt;
If you want to do it closer to HTML style, you'll need to do this:

Code:
&lt;img_inline src="source" height="height" width="width" align="align" caption="Caption"&gt;Something goes here...I forget what though&lt;img_inline&gt;
-

EDIT2: And I just looked up what goes in-between the img_inline tags: the source. Either seems to work, though, as long as something goes between the tags.

EDIT: BLUH BLUH formatting errors resulting from editing. Should be fixed now.

EDIT3: Image tags changed to img tags. I'm not usually this incompetent.
 

theguitarhero6

New member
Nov 21, 2009
358
0
0
http://www.google.com/imgres?imgurl=http://posterous.com/getfile/files.posterous.com/comicscavern/vjsvjDAyDFDvonawexhoenIusABBpCboBCvdFCFgJrshBaJhokjbDeppuxxf/media_httpiimgurcom8T_oBmmJ.jpg.scaled1000.jpg&imgrefurl=http://comicscavern.posterous.com/your-great-old-one-of-the-day-cthulhusaurus-r&usg=__rhoHijMa2VtO0l0gRMmVyrMToAg=&h=551&w=1000&sz=92&hl=en&start=0&zoom=1&tbnid=pE7dri794FW2SM:&tbnh=104&tbnw=189&ei=ILlITem0OobYgQey3LDVBQ&prev=/images%3Fq%3Dcthulhusaurus%2Brex%26um%3D1%26hl%3Den%26sa%3DN%26rlz%3D1R2ADRA_enUS401%26biw%3D1659%26bih%3D798%26tbs%3Disch:1&um=1&itbs=1&iact=rc&dur=623&oei=ILlITem0OobYgQey3LDVBQ&page=1&ndsp=38&ved=1t:429,r:0,s:0&tx=105&ty=38
 

DazZ.

Elite Member
Jun 4, 2009
5,540
0
41
theguitarhero6 said:
Well, that's nice of you, but I'm still unsuccessful... :(
Instead of posting every attempt, hit "preview" and edit until it comes up.

Find the picture you want from the internet. Right click on the picture, goto "copy image url" (or whatever your browser labels it), then paste it in between these tags.

[*img]pasteHere[/img]

Then remove the * from the first tag.
That should do it.
 

theguitarhero6

New member
Nov 21, 2009
358
0
0
quote]Instead of posting every attempt, hit "preview" and edit until it comes up.

Find the picture you want from the internet. Right click on the picture, goto "copy image url" (or whatever your browser labels it), then paste it in between these tags.

[*img]pasteHere[/img]

Then remove the * from the first tag.
That should do it.[/quote]

Well, I was tinkering in the preview box prior, but to no avail.
Also, the closest thing I saw on the RC menu was Copy Shortcut
 

theguitarhero6

New member
Nov 21, 2009
358
0
0
DazZ. said:
theguitarhero6 said:
Well, that's nice of you, but I'm still unsuccessful... :(
Instead of posting every attempt, hit "preview" and edit until it comes up.

Find the picture you want from the internet. Right click on the picture, goto "copy image url" (or whatever your browser labels it), then paste it in between these tags.

[*img]pasteHere[/img]

Then remove the * from the first tag.
That should do it.
Well, I was tinkering in the preview box prior, but to no avail.
Also, the closest thing I saw on the RC menu was Copy Shortcut
 

Lyri

New member
Dec 8, 2008
2,660
0
0
theguitarhero6 said:
Wiezzen said:
[*img]image url[/img] (remove *)
Like this...
[*img]http://comicscavern.posterous.com/your-great-old-one-of-the-day-cthulhusaurus-r[/img]

or this?
[*img]trex.jpg[/img]

(Excluding the *)
You have it right here, just delete the * in the first
 

Buzz Killington_v1legacy

Likes Good Stories About Bridges
Aug 8, 2009
771
0
0
You need a full URL and path to your image in your tag--i.e., it needs to be hosted somewhere. If you just put "trex.jpg", your web browser doesn't really know where to get the image from. (It'll assume from the same directory as the page you're reading, which almost never works except on very, very small sites.)

(Oh, and HTML does work here for image links--I just tried it.)

Edited to add: For instance, if you wanted to post the picture of the puppy up there, the tag would look like this (remove the *):