Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: Havin_itPosted on 2005-04-21 at 07:52:03ID: 13834360
Hi,
Okay. There are two separate issues here. You'll be pleased to learn that both can be rectified without going near the code (if that's your preference).
First, breaking the lines. You can simply insert a line-break tag, <br>, between the words. This is located in the character tab of the Insert panel, it's the first icon on that tab.
Now for the columns, in fact only the topmost cell (below the top ones that spread right across the table's width, that is) needs to have a width attribute. The others below will match it automatically in the browser.
Select a whole column by hovering the mouse over the top edge of the top cell until you get a down-pointing arrow, and clicking there. Then in the Properties panel, delete the value from the 'width' box and hit Enter. At first, that column will probably squash down a bit, but don't worry. Now just select the top cell of that column by clicking within it and dragging to its edge, so it is highlighted like the whole column was before. Now enter 14% in the Width box.
(I say 14% because that's nearly right for the seven columns you have, but if you do this for each column you'll have a remainder of 2%. You can either add those two percent onto one or two of the columns, make an eighth (empty) column for them, or ignore the fact and see what happens. You just had to pick a prime number, dint'ya?)