How can I specify the width for the text under a p tag?
I tried "<p width="100">", the text does not wrap around at 100 pixel.
and I tried '<p> <div style="width:100px">" but the location of the
text get push down to the bottom.
I think the <p> has a <div> parent which has it owns width & height in
css style.
Thank you for any suggestion.
<p style="width:100px;">
--
Gus
I strongly recommend against non-relative widths (e.g., pixel widths).
Use percentage widths so that the result adapts to different window
sizes. Few things are as annoying in a page as one that must be
scrolled right-left again and again to read.
--
David E. Ross
<http://www.rossde.com/>.
Anyone who thinks government owns a monopoly on inefficient, obstructive
bureaucracy has obviously never worked for a large corporation. © 1997