![]() |
display h1 and p on same line
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 |
Re: display h1 and p on same line
You have to use CSS...here's how to do it.
HTML Code:
<h1 style='display:inline'>hi</h1><p style='display:inline'>cool</p> |
Re: display h1 and p on same line
or you could put the css in an external style sheey
Code:
H1 { |
| All times are GMT +5.5. The time now is 03:06. |