Posted by ennio on 11/19/76 11:58
Hi all.
I working in a framework that let me programmatically insert html into
some dynamic pages. I cannot modify the framework in anyway.
The problem is that i have a situation where there's a   put by
the framework before a table of mine
[something else...]   <table name=mytable> </table> [something
else...]
i want my table not to go on a newline.
I cannot put anything at all before the  , but i can put whatever
i want after it.
How can i accomplish that?
thanks
[Back to original message]
|