Author Topic: (resolved) Easy Spoiler: INSERT IMAGES  (Read 6922 times)

luchosar

  • Tadpole
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
(resolved) Easy Spoiler: INSERT IMAGES
« on: March 07, 2011, 07:45:09 PM »
« Last Edit: March 14, 2011, 11:45:18 PM by support »

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: INSERTAR IMAGES
« Reply #1 on: March 09, 2011, 03:33:18 AM »
Could you post your shortcode?  Ill take a look at it.

luchosar

  • Tadpole
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: INSERTAR IMAGES
« Reply #2 on: March 09, 2011, 12:37:53 PM »
Hello.
I have no code, is a montage image sent to explain better.
The question is: how is made to insert images.
Thanks.
--------------------------------------
Hola.
no tengo código, la imagen enviada es un montaje para explicarme mejor.
La pregunta es: como se hace para insertar imágenes.
Gracias.

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: INSERTAR IMAGES
« Reply #3 on: March 13, 2011, 01:04:01 PM »
You should be able to just do:

(spoiler shortcode start)
your regular images and HTML
(spoiler shortcode end)

[spoiler]
<img src="yourimage.png" alt="" title="flitter2.0" width="200" height="200" class="alignleft size-thumbnail wp-image-255" />
 some text....
[/spoiler]

luchosar

  • Tadpole
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: INSERTAR IMAGES
« Reply #4 on: March 14, 2011, 01:15:48 AM »
Gracias. pero no me funciona:
http://www.comfamiliar.org/?page_id=1011

el codigo es este:
[spoiler intro= "Cuando se deben hacer los pagos de aportes ?" title=""]

<img src="http://www.comfamiliar.org/images/subsidio2.jpg" alt="" title="flitter2.0" width="200" height="200" class="alignleft size-thumbnail wp-image-255" />

Las empresas afiliad...[/spoiler]
« Last Edit: March 14, 2011, 01:28:08 AM by luchosar »

doug@dyerware.com

  • Administrator
  • Sr. Member
  • *****
  • Posts: 456
  • Karma: +15/-0
    • View Profile
    • Email
Re: INSERTAR IMAGES
« Reply #5 on: March 14, 2011, 02:29:53 AM »
works for me very nicely.

I looked at your site.  My site generates the following HTML:
Code: [Select]
<p><img src="http://www.comfamiliar.org/images/subsidio2.jpg" alt="" title="flitter2.0" width="200" height="200" class="alignleft size-thumbnail wp-image-255"></p>
whereas your site for some reason HTTP encodes the html:
Code: [Select]
<p><span style="font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 17px;">&lt;img src=”http://www.comfamiliar.org/images/subsidio2.jpg” alt=”" title=”flitter2.0″ width=”200″ height=”200″ class=”alignleft size-thumbnail wp-image-255″ /&gt; </span></p>

something on your site is wrapping your img within a SPAN and then removing your "<" with &lt, etcetera.

It could be you pasted that in  the visual editor.  Try pasting exactly what you have posted here, but in the HTML editor and let me know.

thanks

luchosar

  • Tadpole
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: INSERTAR IMAGES
« Reply #6 on: March 14, 2011, 05:33:05 PM »
perfect! the error is not placed in the HTML code ... thank you very much for your help....http://www.comfamiliar.org/?page_id=1011

 

anything