phpBB - Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense phpBB - Crear una vertical de células o panel en el lado izquierdo del Foro de AdSense de Google

This step by step guide will add a vertical cell / pane on the left hand side of the phpBB board, which can be used to accomodate a Google AdSense Skyscraper or Wide Skyscraper ads. Este paso a paso guía vertical añadir una celda / panel en el lado izquierdo de la Junta de phpBB, que puede ser usado para dar cabida a un Google AdSense Skyscraper Skyscraper ancho o anuncios.

Due to Google AdSense’s terms and conditions, the AdSense ads shouldn’t appear on every page. Debido a AdSense de Google de los términos y condiciones, los anuncios de AdSense no debe aparecer en cada página. The pages that shouldn’t have any Google AdSense ads includes, but not limited to, such as log-in page, member-lists and search-results pages. Las páginas que no debería tener anuncios de AdSense de Google, incluyendo pero no limitado a, tales como registro en la página, los miembros listas de búsqueda y las páginas de resultados. Apart from violating Google AdSense’s terms and conditions, you may found that the ads won’t get good results in these pages because there is insufficient content to deliver meaningful ads. Aparte de la violación de AdSense de Google de los términos y condiciones, usted puede encontrar que los anuncios no obtener buenos resultados en estas páginas porque no hay suficiente contenido para entregar significativos anuncios.

So, the best place to put the Google AdSense ads is on the index page, the forum page, and the topic page. Por lo tanto, el mejor lugar para poner los anuncios de AdSense de Google se encuentra en la página de índice, el foro de la página, y el tema de la página.

The layout of these pages is controlled by the following (.tpl) template files: El diseño de estas páginas es controlado por el texto siguiente (. Tpl) archivos de plantilla:

index_body.tpl - For the index page. index_body.tpl - Para la página de índice.
viewforum_body.tpl - For the forum page. viewforum_body.tpl - Para el foro de la página.
viewtopic_body.tpl - For the topic page. viewtopic_body.tpl - Para el tema de la página.

So for each of these files, a left side vertical cell needs to be added in order to add the Google AdSense code. Por lo tanto, para cada uno de estos archivos, una izquierda vertical de células debe ser añadido con el fin de añadir el código de Google AdSense.

These files can be found at the forum web server in this directory: Estos archivos pueden ser encontrados en el foro del servidor web en este directorio:

templates/subSilver templates / subSilver

These files are text files. Estos archivos son archivos de texto. Open the files in any text editor, make the changes, then save them. Abrir los archivos en cualquier editor de texto, realice los cambios, y luego guardarlos. If you downloaded them to edit them, you will need to upload the modified versions to the same templates/subSilver directory. Si descargó a editar ellos, tendrás que cargar la versiones modificadas de las mismas plantillas / subSilver directorio.

Basically, the following changes will add a table with two cells to each page. Básicamente, los cambios siguientes se agrega un cuadro con dos células de cada página. The left cell will contain the Google AdSense ads. La izquierda de células contendrán los anuncios de AdSense de Google. The right cell will contain the forum information. El derecho de células que contienen información del foro.

index_body.tpl index_body.tpl

Open index_body.tpl in any text editor. Abrir index_body.tpl en cualquier editor de texto.

Locate these lines in the file (roughly lines 12, 13, 14): Busque estas líneas en el archivo (más o menos las líneas 12, 13, 14):

<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> <a href="{U_SEARCH_UNANSWERED}" mce_href="{U_SEARCH_UNANSWERED}" class="gensmall">) (L_SEARCH_UNANSWERED </ a> </ td>
</tr> </ tr>
</table> </ table>

BELOW these lines, insert this code: Por debajo de estas líneas, insertar este código:

<table width=”100%” border=”0″><tr><td valign=”top”> <TABLE WIDTH="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense de Google código
</td> </ td>
<td width=”100%” valign=”top”> <td WIDTH="100%" valign="top">

This section of code should now looks like this: Esta sección del código debe ahora parece esto:

<a href=”{U_SEARCH_UNANSWERED}” mce_href=”{U_SEARCH_UNANSWERED}” class=”gensmall”>{L_SEARCH_UNANSWERED}</a></td> <a href="{U_SEARCH_UNANSWERED}" mce_href="{U_SEARCH_UNANSWERED}" class="gensmall">) (L_SEARCH_UNANSWERED </ a> </ td>
</tr> </ tr>
</table> </ table>
<table width=”100%” border=”0″><tr><td valign=”top”> <TABLE WIDTH="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense de Google código
</td> </ td>
<td width=”100%” valign=”top”> <td WIDTH="100%" valign="top">

Replace the words Google AdSense Code with your actual Google AdSense code. Sustituir las palabras Google AdSense Código con su actual código de AdSense de Google.

Locate these lines (near the bottom): Busque estas líneas (cerca de la parte inferior):

<table cellspacing=”3″ border=”0″ align=”center” cellpadding=”0″> <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width=”20″ align=”center”><img src=”templates/subSilver/images/folder_new_big.gif” mce_src=”templates/subSilver/images/folder_new_big.gif” alt=”{L_NEW_POSTS}”/></td> <td width="20" align="center"> <img src="templates/subSilver/images/folder_new_big.gif" mce_src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/> </ td>

ABOVE these lines, insert this code: Por encima de estas líneas, insertar este código:

</td> </ td>
</tr></table> </ tr> </ table>

This section of code should now looks like this: Esta sección del código debe ahora parece esto:

</td> </ td>
</tr></table> </ tr> </ table>
<table cellspacing=”3″ border=”0″ align=”center” cellpadding=”0″> <table cellspacing="3" border="0" align="center" cellpadding="0">
<tr>
<td width=”20″ align=”center”><img src=”templates/subSilver/images/folder_new_big.gif” mce_src=”templates/subSilver/images/folder_new_big.gif” alt=”{L_NEW_POSTS}”/></td> <td width="20" align="center"> <img src="templates/subSilver/images/folder_new_big.gif" mce_src="templates/subSilver/images/folder_new_big.gif" alt="{L_NEW_POSTS}"/> </ td>

viewforum_body.tpl viewforum_body.tpl

Open viewforum_body.tpl in any text editor. Abrir viewforum_body.tpl en cualquier editor de texto.

Locate this line in the file (roughly line 15): Busque esta línea en el archivo (alrededor de la línea 15):

<table border=”0″ cellpadding=”4″ cellspacing=”1″ width=”100%” class=”forumline”> <table border="0" cellpadding="4" cellspacing="1" WIDTH="100%" class="forumline">

ABOVE this line, include this code: Por encima de esta línea, incluir este código:

<table width=”100%” border=”0″><tr><td valign=”top”> <TABLE WIDTH="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense de Google código
</td> </ td>
<td width=”100%” valign=”top”> <td WIDTH="100%" valign="top">

This section of code should now looks like this: Esta sección del código debe ahora parece esto:

<table width=”100%” border=”0″><tr><td valign=”top”> <TABLE WIDTH="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense de Google código
</td> </ td>
<td width=”100%” valign=”top”> <td WIDTH="100%" valign="top">
<table border=”0″ cellpadding=”4″ cellspacing=”1″ width=”100%” class=”forumline”> <table border="0" cellpadding="4" cellspacing="1" WIDTH="100%" class="forumline">

As above, replace the words Google AdSense Code with actual Google AdSense Code. Como en el caso anterior, sustituir las palabras de AdSense de Google con el Código actual Código de AdSense de Google.

Locate this line (last line): Busque esta línea (última línea):

</table> </ table>

BELOW this line, include this code: Debajo de esta línea, incluir este código:

</td> </ td>
</tr></table> </ tr> </ table>

This section of code should now look like this: Esta sección del código debería tener este aspecto:

</table> </ table>
</td> </ td>
</tr></table> </ tr> </ table>

viewtopic_body.tpl viewtopic_body.tpl

Open viewtopic_body in any text editor. Abrir viewtopic_body en cualquier editor de texto.

Locate this line in the file (possibly line 1): Busque esta línea en el archivo (posiblemente la línea 1):

<table class=”forumline” width=”100%” cellspacing=”1″ cellpadding=”3″ border=”0″> <table class="forumline" WIDTH="100%" cellspacing="1" cellpadding="3" border="0">

ABOVE this line, include this code: Por encima de esta línea, incluir este código:

<table width=”100%” border=”0″><tr><td valign=”top”> <TABLE WIDTH="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense de Google código
</td> </ td>
<td width=”100%” valign=”top”> <td WIDTH="100%" valign="top">

This section of code should now looks like this: Esta sección del código debe ahora parece esto:

<table width=”100%” border=”0″><tr><td valign=”top”> <TABLE WIDTH="100%" border="0"> <tr> <td valign="top">
Google AdSense Code AdSense de Google código
</td> </ td>
<td width=”100%” valign=”top”> <td WIDTH="100%" valign="top">
<table class=”forumline” width=”100%” cellspacing=”1″ cellpadding=”3″ border=”0″> <table class="forumline" WIDTH="100%" cellspacing="1" cellpadding="3" border="0">

As above, remember to replace the words Google AdSense Code with the actual Google AdSense code. Como en el caso anterior, para sustituir Recuerdo las palabras de AdSense de Google con el Código actual código de AdSense de Google.

Locate this line (last line in the file): Busque esta línea (la última línea en el archivo):

</table> </ table>

BELOW this line, include this code: Debajo de esta línea, incluir este código:

</td> </ td>
</tr></table> </ tr> </ table>

This section of code should now look like this: Esta sección del código debería tener este aspecto:

</table> </ table>
</td> </ td>
</tr></table> </ tr> </ table>

Google AdSense Colour Code for Standard Colours of phpBB subSilver Forum AdSense de Google en color Código de colores estándar de phpBB subSilver Foro

006699 darkish blue-green - for ad border and links. 006699 darkish azul-verde - para el anuncio de frontera y enlaces.
000000 black - for text. 000000 negro - para el texto.
EFEFEF light grey - for ad background. EFEFEF gris claro - para el anuncio de antecedentes.

The only other issue is in the topic page at resolution 800×600 where the page is a little too wide for the screen. La única otra cuestión es el tema en la página en resolución 800 × 600 cuando la página es un poco demasiado grande para la pantalla. There’sa lot of competition for space there! Hay mucha competencia por el espacio allí! There’s the Google ads, avatars and poster info, plus the post itself, all going across the page. Hay anuncios de Google, avatares y carteles de información, así como el puesto en sí, todo va a través de la página.

The modification with Wide Skycraper Google AdSense ads looks perfect in screen resolution of 1024×768. La modificación Skycraper con una amplia anuncios de AdSense de Google se ve perfecto en una resolución de pantalla de 1024 × 768. To accomodate lower screen resolution, it’s better to use narrower Skycraper instead of Wide Skycraper. Para dar cabida a la resolución de la pantalla inferior, es mejor utilizar más estrecha en lugar de Skycraper Amplia Skycraper.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta es una máquina traducido la página que se proporciona "TAL CUAL" SIN GARANTÍA. Machine translation may be difficult to understand. La traducción automática puede ser difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.

Share and contribute or get technical support and help at Compartir y contribuir o recibir apoyo técnico y ayuda en My Digital Life Forums Mi vida digital foros .



12 Responses to “phpBB - Create a Vertical Cell or Pane on the Left Side of the Forum for Google AdSense” 12 Respuestas a "phpBB - Crear una vertical de células o panel en el lado izquierdo del Foro de AdSense de Google"

  1. DarlersPT
    November 24th, 2006 23:47 24 de noviembre de 2006 23:47
    1

    I’m looking for any information of XRUMER program. Estoy buscando toda la información de XRUMER programa.
    Can you help me? ¿Me puedes ayudar? Or give me a link to the official site with this program. O darme un enlace al sitio oficial con este programa.

  2. hillbilly Hillbilly
    January 7th, 2007 16:34 7 de enero de 2007 16:34
    2

    Hi. Hola.

    Nice site design. Niza diseño del sitio. Okay, I need your help. Bueno, necesito su ayuda.
    So, I wanna make my little sister’s site, and I am looking for site template. Por lo tanto, quiero hacer mi pequeña hermana de sitio, y estoy buscando sitio para la plantilla.
    Can you suggest some online store or other resource where I can find many site templates? ¿Puede sugerir algunas tienda on-line o de otros recursos donde podrá encontrar muchas plantillas de sitio?

    It would be better if it will be free:) Sería mejor si será libre:)
    I think many of us have personal sites, do you design it yourself? Creo que muchos de nosotros hemos sitios personales, hacer que tu diseño?

    Thx, Bill. Thx, Bill.

  3. Mikey Spike Mikey Spike
    April 6th, 2007 06:05 6 de abril de 2007 06:05
    3

    Thanks for this!!! Gracias por este! Worked like a charm. Trabajó como un encanto. I wish you had more adsense “fixes” like this for PHPBB. Le deseo había más adsense "fija" de este tipo de phpBB. I am SHITE at editing the tpl and php files. Estoy mierda en la edición del TPL y archivos php. I woul love to see how you add a link across the yop, and a search box. Me pareciera amor para ver cómo añadir un enlace a través de la Yop, y un cuadro de búsqueda. Adding Kontera would be nice too. Añadir Kontera sería agradable también. Glad somebody out there understands this stuff. Me alegra que alguien allá afuera entiende estas cosas.

    Cheers, M. Cheers, M.

  4. Mikey Spike Mikey Spike
    April 9th, 2007 03:20 9 de abril de 2007 03:20
    4

    One thing to watch out for though. Una cosa que estar atento a bien. Make sure that you watch out for the formatting on the parentheses marks. Asegúrese de que usted cuidado con el formato de las marcas de los paréntesis. You will end up with a funky looking table around the adsense and forum tables if you are not careful See this page for more details Usted terminará con una mesa de funky buscando en todo el foro adsense y cuadros si usted no es cuidadoso Ver esta página para más detalles

    http://www.phpbb.com/community/viewtopic.php?f=1&t=530828&start=0&st=0&sk=t&sd=a

  5. hyteresaw
    April 19th, 2007 00:58 19 de abril de 2007 00:58
    5

    One old american man win in lotto 250 000 000$. Un viejo hombre americano en ganar lotería 250 000 000 $.
    I want win money too!!!!!!!!!!aaaa Quiero ganar dinero demasiado !!!!!!!!!! aaaa
    Give me money! Dame el dinero!

  6. xiphoneguyx
    September 10th, 2007 20:37 10 de septiembre de 2007 20:37
    6

    Hi just coming to forum for first time. Hola acaba de venir al foro por primera vez.
    Having a look and finding many good posts. Después de una mirada y encontrar muchos buenos puestos.

    Thank you. Gracias.
    xiphoneguyx

  7. Ryan Mullin Ryan Mullin
    September 11th, 2007 04:39 11 de septiembre de 2007 04:39
    7

    Thank you for this post it was very helpful. Gracias por este puesto es muy útil. I could not have implemented adsense the way I wanted with out this. Yo no podría haber aplicado adsense de la forma que yo quería con este.

  8. Jamesbismo
    October 15th, 2007 10:04 15 de octubre de 2007 10:04
    8

    Those bastards owe me money, they refuse to pay. Los bastardos me debes dinero, que se niegan a pagar. Good job Shoemoney [img]http://funnycrud.net/thumbs.gif[/img] Buen trabajo shoemoney [img] http://funnycrud.net/thumbs.gif [/ img]

    Bah, anyway, anyone else have probs with these douches? Bah, de todos modos, nadie más tiene Problemas con estas duchas vaginales?

  9. hollywoodheidi
    October 20th, 2007 06:58 20 de octubre de 2007 06:58
    9

    Hi! Hola! I just found this forum and it looks really cool. Acabo de encontrar este foro y se ve realmente bien.

    Now, I gotta run off and read some posts. Ahora, tengo que correr y leer algunos de los puestos. :)

  10. Jesse
    March 12th, 2008 02:48 12 de marzo, 2008 02:48
    10

    Thanks, the code worked! Gracias, el código trabajado!

  11. ooooo
    March 26th, 2008 00:33 26 de marzo, 2008 00:33
    11

    [SIZE="4"]Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам[/SIZE] [SIZE = "4"] Предлагаю раскрутку вашего сайта методом массовой рассылки сообщений по форумам [/ size]

    [SIZE="2"][I][COLOR="Blue"] [SIZE = "2"] [I] [COLOR = "Blue"]
    Основные преимущества перед обычной СПАМ-рассылкой[/I][/SIZE][/COLOR] Основные преимущества перед обычной СПАМ-рассылкой [/ I] [/ size] [/ color]

    [COLOR="DeepSkyBlue"]*В отличие от e-mail СПАМ’а данный метод продвижения сайта [B]не преследуется УК.РФ [/B] [COLOR = "DeepSkyBlue"] * В отличие от e-mail СПАМ'а данный метод продвижения сайта [B] не преследуется УК.РФ [/ B]

    *Поднятие ТиЦ более чем на 70ед. * Поднятие ТиЦ более чем на 70ед.

    *Быстрая индексация сайта поисковиками * Быстрая индексация сайта поисковиками
    [/COLOR] [/ Color]

    [COLOR="Blue"][SIZE="2"][I]Особенности.[/I][/SIZE][/COLOR] [COLOR = "Blue"] [SIZE = "2"] [I] Особенности. [/ I] [/ size] [/ color]

    [COLOR="Lime"]*Рассылка ведётся с помощью специализированного программного комплекса, [COLOR = "Cal"] * Рассылка ведётся с помощью специализированного программного комплекса,

    который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/COLOR] который позволяет обойти практически все типы защиты от автоматической регистрации такие как: [/ color]

    [SIZE="1"][I] - Защита при помощи пиктокода (тикетов) типа “Введите число, которое видите” [SIZE = "1"] [I] - Защита при помощи пиктокода (тикетов) типа "Введите число, которое видите"

    - Защита при помощи активации по e-mail. - Защита при помощи активации по e-mail.

    - Защита при помощи некоторых Java-скриптов.[/I][/SIZE] - Защита при помощи некоторых Java-скриптов. [/ I] [/ size]
    [COLOR="Lime"] [COLOR = "Cal"]
    *Рассылка ведётся по [I]тематическим[/I] форумам, что позволяет получить максимально качественный траффик * Рассылка ведётся по [I] тематическим [/ I] форумам, что позволяет получить максимально качественный траффик

    *Скорость рассылки ~4тыс. * ~ Скорость рассылки 4тыс. сообщений в час сообщений в час
    [/COLOR] [/ Color]

    Цены: 15тыс. Цены: 15тыс. форумов-120$ форумов-120 $

    Просьба связываться со мной только через ICQ. Просьба связываться со мной только через ICQ.

    ICQ 432-992 ICQ 432-992

  12. aljaska
    June 9th, 2008 17:13 9 de junio, 2008 17:13
    12

    дорогие родители!! дорогие родители!
    хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до 1года;по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают. хочу предложить вам свои услуги в качестве инструктора по динамической гимнастике с детьми от 0 до 1года; по плаванью и нырянию в любом возрасте.обучу вас работе с детьми.индивидуальная разработка спортивных комплексов и тренажеров.консультации по слингам и закаливанию.Сертификат РАЕН с правом на работу инструктором по динамической гимнастике и плаванию с новорожденными.Плавание с новорожденными, обучение плаванию младенцев, грудничковое плавание, наныривание, обучение плаванью детей, малыши плавают.
    egorchenko(собака)inbox.ru egorchenko (собака) inbox.ru
    тел 8 926 186 15 74 тел 8 926 186 15 74
    ICQ 236491607 ICQ 236491607
    Елена

Leave a Reply Deje un comentario

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Puede utilizar estos tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Suscribir sin comentar


Custom Search

New Articles Nuevos artículos

Incoming Search Terms for the Article Términos de búsqueda para el artículo

Inbox Mass Mailer 2007 phpbb Bandeja de entrada Mass Mailer 2007 phpBB - -- phpbb3 adsense phpbb3 adsense - -- phpbb adwords phpBB AdWords - -- phpbb google ad phpBB anuncios de Google - -- phpbb3 sidebar phpbb3 lateral - -- PHPBB3 ADVERTS ANUNCIOS PHPBB3 - -- vertical google ads vertical de anuncios de Google - -- create sidebar in phpbb crear barra lateral en phpBB - -- phpbb adsense skyscraper phpBB adsense rascacielos - -- phpbb best adsense phpBB mejor adsense - -- phpbb3 how to programm side boxes phpbb3 programa cómo lado cajas - -- table phpbb mesa de phpBB - -- placing google ads on phpbb colocar anuncios Google en phpBB - -- phpbb3 ελληνικα terms and condition phpbb3 ελληνικα términos y condiciones - -- phpbb3 adsense rightside phpbb3 adsense rightside - -- create sponsors box phpbb3 crear cuadro de patrocinadores phpbb3 - -- forum table out of line in phpbb foro el cuadro de línea en phpBB - -- Insert a verticle line in a table Insertar una línea verticle en una tabla - -- phpbb style fix subsilver avatar on left phpBB estilo fijar subsilver avatar a la izquierda - -- add a Skyscraper adsense on my forum añadir un rascacielos adsense en mi foro - -- googleads phpbb googleads phpBB - -- how to insert cell at top of table ¿Cómo insertar células en la parte superior de la tabla - -- picasa phpbb3 code picasa phpbb3 código - -- right skyscraper in phpbb3 derecho rascacielos en phpbb3 - -- Google ads in phpBB2 Los anuncios de Google en phpBB2 - -- vertical google images vertical google imágenes - -- añadir adsense en bbphp 3 añadir adsense en bbphp 3 - -- phpbb2 table width phpBB2 ancho de la tabla - -- phpbb adsense example phpBB ejemplo adsense - -- phpbb3 adsense skyscraper phpbb3 adsense rascacielos - -- how to align center phpbb board cómo alinear centro phpBB bordo - -- how to create menu bar in top on phpbb cómo crear en la barra de menú superior en phpBB - -- phpbb3 adsense vertical phpbb3 adsense vertical - -- phpbb temlates for ads phpBB temlates de anuncios - -- phpbb3 adsense skycraper phpbb3 adsense skycraper - -- ads on right side or left side of phpbb3 anuncios en el lado derecho o lado izquierdo de phpbb3 - -- kontera link+phpbb3 kontera vínculo + phpbb3 - -- phpbb3+kontera links phpbb3 + kontera enlaces - -- phpbb ads on side phpBB anuncios en el costado - -- phpbb table image phpBB cuadro de imagen - -- phpbb forum insert table phpBB foro insertar tabla - -- subsilver phpbb won't change color? subsilver phpBB no cambiar de color? - -- how to insert adsense on phpbb 2 ¿Cómo insertar adsense en phpBB 2 - -- how to create .tpl template cómo crear. tpl plantilla - -- icq 432-992 ICQ 432-992 - -- locate index_body.tpl phpbb localizar index_body.tpl phpBB - -- phpbb free templates for forums to add google ads phpBB libre plantillas para foros para añadir anuncios de Google - -- phpbb color side lines phpBB color de líneas de banda - -- there is a black line on the left of my table cell microsoft word hay una línea de negro en la parte izquierda de mi celda de la tabla de Microsoft Word - -- adding advertisements to phpbb forum añadir anuncios a foro phpBB - --