hi all in a cell in my table i want to display a h1 and a p on the same line. how can this be achieved through style manipulation? regards marc
You have to use CSS...here's how to do it. HTML: <h1 style='display:inline'>hi</h1><p style='display:inline'>cool</p>