Skip to content

Instantly share code, notes, and snippets.

@javierarce
Last active June 20, 2019 23:30
Show Gist options
  • Save javierarce/5301260 to your computer and use it in GitHub Desktop.
Save javierarce/5301260 to your computer and use it in GitHub Desktop.
¿Cómo insertar una imagen en Ilustres?

¿Cómo insertar una imagen en Ilustres?

  1. Sube la imagen a tu servidor, a una carpeta pública de Dropbox, etc.

  2. Pega el siguiente código, reemplazando URL_DE_LA_IMAGEN por la URL en cuestión.

<img src="URL_DE_LA_IMAGEN" />

  1. Puntos extras (con link a la propia imagen para verla a tamaño completo):

<a href="URL_DE_LA_IMAGEN"><img src="URL_DE_LA_IMAGEN" /></a>

Ejemplo:

Si queremos mostrar la siguiente imagen

http://www.ilustres.org/bb-templates/scoun/images/header/header.jpg``` 

deberemos escribir:

<img src="http://www.ilustres.org/bb-templates/scoun/images/header/header.jpg" />

Y el resultado será el siguiente:

Ilustres

@pablodz
Copy link

pablodz commented Sep 28, 2017

¿Qué sucede si quiero alinear la imagen?

@MoisesDRamirez
Copy link

Creo que le aplicas diseño con css igual funciona

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment