Añadí la página de Catálogo F; pero la entrada de Fodongo es muy larga. Estaba esperando poder añadir un a esa entrada en específico, pero no pasa nada, y si meto un div me dice que ha entrado en voodoo mode. ¿Hay alguna forma de añadir una barra de desplazo solamente a una fila de la tabla? // Added Catalogue F, but the Fodongo entry is too long. I was hoping to add...
to that row in particular, but nothing happens, and if I enter div it tells me it has entered voodoo mode. Is there a way to add a scroll bar to a single table row?
Si a alguien le interesa, la respuesta es float:left;height:400px;overflow:scroll; en el td que buscaba. Gracias a John Colagioia por la respuesta! // If anyone's interested, the answer is float:left;height:400px;overflow:scroll; on the appropriate td. Thanks to John Colagioia for the answer!
to that row in particular, but nothing happens, and if I enter div it tells me it has entered voodoo mode. Is there a way to add a scroll bar to a single table row?
** tr style="height:700px; overflow:scroll" es el código que esperaba añadir // is the code I was hoping to add
Si a alguien le interesa, la respuesta es float:left;height:400px;overflow:scroll; en el td que buscaba. Gracias a John Colagioia por la respuesta! // If anyone's interested, the answer is float:left;height:400px;overflow:scroll; on the appropriate td. Thanks to John Colagioia for the answer!