Add Word document to forum? - ¿Añadir archivo Word al foro

Have a question? Run into a problem on the site? Please tell us.<br>
¿Tienes una pregunta? ¿Topaste un problema en el sitio? Dinos.

Moderator: Moderators

Post Reply
User avatar
Art
Site Admin
Posts: 4489
Joined: Mon Feb 17, 2003 4:50 am
Location: Maryland

Add Word document to forum? - ¿Añadir archivo Word al foro

Post by Art »

Usando Archivos de Word
Aunque se puede pegar las imágenes en el foro, el software no permite archivos como los de Word.

Copiar y pegar es possible
Una solución sencilla sería copiar y pegar el texto de Word al foro.

Para copiar texto al foro,
  1. abre el documento de Word
  2. selecciona el texto (haz lo destacado en azul)
  3. ve a "Editar" en la barra de menú superior y selecciona "Copiar" (tal vez los comandos sean distintos en castelllano)
  4. ve al tema en el foro en que deseas que el mensaje aparezca
  5. ve a "Editar" en la barra de menú superior y selecciona "Pegar"
Formateo está perdido, pero hay una solución
El formateo de Word no se transfiere cuando se usa copiar y pegar, sólo el texto sin formato.

A veces es útil utilizar la etiqueta de "Code" (código en castellano) (se puede ver un comando para "Code" en la ventana en que escribes los mensajes).

Por ejemplo, si quieres presentar esto con todos los espacios:

Code: Select all

un texto que quiero presentar
        sobre todo con una gran cantidad de espacios adicionales
                porque HTML (el lenguaje de las páginas web)
        cuenta muchos >         < espacios como un solo espacio > <.
Sin la etiqueta de "Code", se vería como esto (todos los de la separación se reduce):

un texto que quiero presentar
sobre todo con una gran cantidad de espacios adicionales
porque HTML (el lenguaje de las páginas web)
cuenta muchos > < espacios como un solo espacio > <.


Esto es como parece el código subyacente. (Esto es lo que tienes que escribir.):

Code: Select all

[code]        sobre todo con una gran cantidad de espacios adicionales
                porque HTML (el lenguaje de las páginas web)
        cuenta muchos >         < espacios como un solo espacio > <.
[/code]
----------------------

Using Word document files is not posible
Although you can add images to a message, the software doesn't permit us to add Word files.

Copy and paste is possible
A simple solution would be to copy and paste the text from Word to the forum.

To copy text to the forum,
  1. open the word document
  2. select the text (highlight it)
  3. go to "Edit" in the top menu bar and select "Copy"
  4. go the topic in the forum that you want your message to appear in
  5. go to "Edit" in the top menu bar and select "Paste"
Formatting is lost, but there is a solution
The formatting in Word doesn't get transferred with copy and paste, just the raw text.

Sometimes it helps to use the "Code" tags around the text (you can see a command for that in your messages-writing window).

For example, let's say I want this with it's odd spacing:

Code: Select all

some text I want to present
       especially with lots of extra spaces
               because HTML (the language of web pages)
       counts many >        < spaces as just one space > <.
Without the code tag, it'd look like this (all of the spacing is reduced):

some text I want to present
especially with lots of extra spaces
because HTML (the language of web pages)
counts many > < spaces as just one space > <.


Here's what the underlying code looked like. (This is what you have to type.)

Code: Select all

[code]some text I want to present
       especially with lots of extra spaces
               because HTML (the language of web pages)
       counts many >        < spaces as just one space > <.
[/code]
Post Reply

Return to “Need Help? - ¿Precisas ayuda?”