Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

code test

4 years ago

code test

4 years ago

@@@#!@#!&^#$%#$@$$#% 

What am I doing wrong?

Oh crud, for starters It is in the wrong section of the forum, but also, I am doing the code wrong.

code test

4 years ago

For html images, you don't want to put BBCode (or whatever the square bracket stuff is called) into it, since you are just doing html.

As such, just get rid of the unnecessary tags.

<img src="url">

Url is just the link to the image.

A good idea is to also add 'alt', which is alternative text, that way if the image fails to load (or if someone is using a screen reader) they can still know that there is an image there and what the image is.

<img src="url" alt="Text description of the image.">

code test

4 years ago

I am still not  comprehending evidently. apologies. 

code test

4 years ago

<img src="https://imgur.com/A1gVxSn][img]http://i.imgur.com/A1gVxSns.png">

code test

4 years ago

Oh, worth asking, do you have RTE (rich text editor) turned on or off? Like, are there buttons to bold text at the top of the input box?

Instead of what you posted here, post this:

<img src="http://i.imgur.com/A1gVxSns.png">

The "[img]" shouldn't be used.

Also, you can only post 1 image with each 'block' of code. So just do <img src="url'> for each different url you want to link to.

code test

4 years ago
Yeah, disable the Rich Text Editor in your profile, it won't let you do Html and it just sucks in general. It eats images in games and adds a ton of unnecessary crud to text and scripting too. Killa will hopefully be changing things soon so it's no longer activated on new accounts by default.

img src tag just needs a URL in quotations so it knows where to pull the image from. Don't worry about alt text or resizing or anything else for now, it looks like just a teensy avatar sized pic anyway.

code test

4 years ago

okay thank you