Hi All,
I would like to do the following. I have an HTML document with a table with 2 columns.
I would like to write a program to join the 2 columns together, ideally with same font etc.
Ie get all the information between <TR> and </TR> and the next <TR> and </TR> and put it together. Does anyone have any idea on how to do this ?
I suppose I could remove every second <TR> and </TR>, any better ideas ?
I would like to write a program to join the 2 columns together, ideally with same font etc.
Ie get all the information between <TR> and </TR> and the next <TR> and </TR> and put it together. Does anyone have any idea on how to do this ?
I suppose I could remove every second <TR> and </TR>, any better ideas ?
Thanks in advance
David
To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
