Can I limit the width of the text to 1 pixel? r Orlando - Wellington/NZ wrote: > > > If you want to limit the width of that text block, you may want to place it > inside a cell in a centered table, > where you define the desired width in pixels as the width of the cell, e.g. > > <CENTER> > <TABLE> > <TR> > <TD WIDTH = "300"> > text ... > </TD> > </TR> > </TABLE> > </CENTER> >