Table Alignment problem

G

Guest

Hi, I just created a table and am pasting text into it from a document
created in publisher. My prob is that the alignment is incorrect. The first
two cells align in the center because after I created the table I set the
first two cell columns to have text center justified. The third column I left
with the left justify. Now the first two columns are centered but the third
column won't align properly horizontally. So I went to table/cell properties
and set both the horizontal and vertical to default positions. It had no
effect on the alignment of the text. Here is the page link can someone tell
me how to keep all of the text lines even with each other? Thanks
http://www.caturner.com/posi-puller.htm
 
G

Guest

I figured out that there were returns on some of the text I was bringing in
so by deleting the "returns" I was able to get horizontal alignment. However,
now I have a problem with the size of the table cells. The rows are bigger
than they need to be with too much space below each line of text. Cell
padding is at zero. How can I decrease those spaces
 
S

Stefan B Rusynko

Don't paste from word to FP
Go through in code view and delete all the <p> tags added

So
<td height="53>
<p class="MsoNormal">5-661</p>
<p>&nbsp</td>
Becomes
<td height="53>5-661</td>

--
 
G

Guest

I see...but what is the easiest way to get text and graphics from Word into
FP2002? Should I save as web page? Seems when I do I have problems with
tables and text blocks. Can you recommend an info link for a "how to".
Thanks, Catt
 
T

Thomas A. Rowe

Copy the text to notepad, then paste and format, import your image and insert on your page

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top