How can this be done?

  • Thread starter Thread starter JD
  • Start date Start date
J

JD

I want to create a 1 row (100% width), 1 cell (no height specified)
table that will contain one line of centered text.

When viewed full-size on a 15" ~ 17" monitor, all the text will be
visible.

Now say I squeeze the browser view to half size- I do not want the text
to wrap nor do I want the table to extend out of view. I just want the
table to collapse to the same size as everything else in the browser
window even if all the text can't be seen.

Can this be done?
 
just set the table specifications to a % and not a fixed size. if you don't
want the text to wrap check "no wrap" on the cell properties dialog box and
center/ middle for the placement.
as far as pushing the table past the size of the browser just make sure you
don't have anything on one line that adds up to more than 640 pixels (or
whatever resolution you're shooting for).

HTH
 
Back
Top