Facebook Twitter Youtube
  • MI CUENTA
  • PREGUNTAS
  • BUSCA
  • GALERIAS
  • CALENDARIO LITURGICO
  • CONTACTAR

JSiDigital.com

  • foro
  • blog
  • coro
  • el rosario
  • radio
  • videos
  • informes
  • evangelio
  • calendario
Inicio

Consejos de redacción

formatos de entrada:
  • Filtered HTML:
    • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
    • Etiquetas HTML permitidas: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>

      Este sitio admite contenido HTML. Aprender todo el HTML es una tarea ardua e intimidante, pero aprender unas cuantas «etiquetas» HTML básicas es muy sencillo. Esta tabla proporciona ejemplos para cada etiqueta que está activa en el sitio.

      Para más información, puede ver las especificaciones HTML de W3C o usar su motor de búsqueda favorito para buscar otros sitios que traten sobre HTML.

      Descripción de la etiquetaTecleaObtiene
      Las anclas se usan para hacer enlaces a otras páginas.<a href="http://www.jsidigital.com">JSiDigital.com</a>JSiDigital.com
      Enfatizado<em>Enfatizado</em>Enfatizado
      Fuerte<strong>Fuerte</strong>Fuerte
      Citado<cite>Citado</cite>Citado
      Texto codificado que se usa para mostrar código fuente de programación<code>Codificado</code>Codificado
      Lista desordenada: use <li> para comenzar cada elemento de la lista<ul> <li>Primer elemento</li> <li>Segundo elemento</li> </ul>
      • Primer elemento
      • Segundo elemento
      Lista ordenada: utilice <li> para comenzar cada elemento de la lista<ol> <li>Primer elemento</li> <li>Segundo elemento</li> </ol>
      1. Primer elemento
      2. Segundo elemento
      Las listas de definiciones son similares a otras listas HTML. <dl> da comienzo a la lista de definiciones, <dt> da comienzo a cada término definido y <dd> da comienzo a la descripción de la definición.<dl> <dt>Primer término</dt> <dd>Primera definición</dd> <dt>Segundo término</dt> <dd>Segunda definición</dd> </dl>
      Primer término
      Primera definición
      Segundo término
      Segunda definición

      Los caracteres menos habituales se pueden introducir directamente sin mayor complicación.

      Si tiene problemas, intente usar entidades de caracteres HTML. Un ejemplo de esto es &amp;, que se usa para conseguir el carácter &. Tiene una lista completa de las entidades HTML en la página de entidades. Entre los caracteres disponibles están:

      Descripción del carácterTecleaObtiene
      Ampersand&amp;&
      Mayor que&gt;>
      Menor que&lt;<
      Comillas&quot;"
    • Las líneas y los párrafos se reconocen automáticamente. Las etiquetas <br /> para el salto de línea y <p> y </p> para abrir y cerrar el párrafo se insertan automáticamente. Si los párrafos no se reconocen, simplemente añada unas cuantas líneas vacías.
  • Full HTML:
    • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
    • You may embed videos from the following providers vimeo, youtube. Just add the video URL to your textarea in the place where you would like the video to appear, i.e. http://www.youtube.com/watch?v=pw0jmvdh.
    • [faq] or [faq:123,questions_inline,categories_inline] - insert FAQ content based on the optional category, question style and category style.
    • For example, the notation for a simple C major chord is: x,3,2,0,1,0. The x indicates a string that is not played, and the numbers indicate the position of fingers on each string. To insert that chord into your text, use [C major:x,3,2,0,1,0]
    • To add a lightbox to your images, add rel="lightbox" attribute to any link tag to activate the lightbox. For example:

      <a href="image-1.jpg" rel="lightbox">image #1</a>

      <a href="image-1.jpg" rel="lightbox[][my caption]">image #1</a>

      To show a caption either use the title attribute or put in the second set of square brackets of the rel attribute.

      If you have a set of related images that you would like to group, then you will need to include a group name between square brackets in the rel attribute. For example:

      <a href="image-1.jpg" rel="lightbox[roadtrip]">image #1</a>
      <a href="image-2.jpg" rel="lightbox[roadtrip][caption 2]">image #2</a>
      <a href="image-3.jpg" rel="lightbox[roadtrip][caption 3]">image #3</a>

      There are no limits to the number of image sets per page or how many images are allowed in each set.

      If you wish to turn the caption into a link, format your caption in the following way:

      <a href="image-1.jpg" rel='lightbox[][<a href="http://www.yourlink.com">View Image Details</a>]' >image #1</a>

    • To add a lightbox slideshow to your images, add rel="lightshow[slideshowname][slide caption]" attribute to any link tag to activate the slideshow. For example:

      <a href="image-1.jpg" rel="lightshow[show1]">image #1</a>
      <a href="image-2.jpg" rel="lightshow[show1]">image #2</a>
      <a href="image-3.jpg" rel="lightshow[show1]">image #3</a>

      The title attribute in the link tag is optional. The addition of this attribute enables the display of a caption with the image displayed in the lightbox.

      There are no limits to the number of slideshow image sets per page or how many images are allowed in each slideshow.

      If you wish to turn the caption into a link, format your caption in the following way:

      <a href="image-1.jpg" rel='lightshow[show1][<a href="http://www.yourlink.com">View Image Details</a>]'>image #1</a>

    • It's possible to show video content in the lightbox. In this case the "rel" attribute should be set to lightvideo. It's possible to group videos and to control the size of the lightbox by setting the "width" and "height" properties. The properties can be configured like lightvideo[group|width:300px; height: 200px;][caption]. The properties should all be of the format "property: value;" - note the closing semi-colon. If no properties are set, then the default width and height of 400px will be used. See below for more detailed examples.

      Basic example:
      <a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a>

      Controlling lightbox size example:
      <a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo[group|width:400px; height:300px;][caption]">Google video example - custom size</a>

      Supported video formats include asx, wmv, mov and swf. A number of online video providers are also supported, including YouTube and Google Video. For a full list of the current supported video providers please see the documentation on drupal.org.

  • Foro:
    • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
    • Las líneas y los párrafos se reconocen automáticamente. Las etiquetas <br /> para el salto de línea y <p> y </p> para abrir y cerrar el párrafo se insertan automáticamente. Si los párrafos no se reconocen, simplemente añada unas cuantas líneas vacías.

Navegación

  • Envíos recientes
  • Actividad en Facebook

Te gusta la musica catolica?
Musica Catolica:
https://www.facebook.com/catolicamusica

Grupo de Musicos Catolicos:
http://www.facebook.com/groups/musicacatolica1/

Seamos Amigos:
https://www.facebook.com/jsidigital

http://www.facebook.com/musicacatolica1


Youtube:
Subscribete a nuestro canal

Twitter:
Siguenos en Twitter

Nuevos Articulos

  • Nace en un Portal
  • El uso de guitarras y aplausos en la Misa
  • Un Niño Nos Ha Nacido
  • Musica Liturgica: Navidad - Ciclo B
  • Cordero de Dios - Santa Cecilia
  • Gran Amen - Santa Cecilia
  • Anunciamos Tu Muerte - Santa Cecilia
  • Santo - Santa Cecilia
  • Aleluya - Santa Cecilia
  • Gloria - Santa Cecilia
más

Fuentes RSS

RSS RSS: JSiDigital.com
RSS RSS: Informes Catolicos
RSS RSS: Guadalupe Radio
  • foro
  • blog
  • coro
  • el rosario
  • radio
  • videos
  • informes
  • evangelio
  • calendario