Freepages-Help-L Archives

Archiver > Freepages-Help > 2001-04 > 0987458496


From: Robert Blair <>
Subject: Re: [FreeHelp] Rows and Columns
Date: Mon, 16 Apr 2001 15:01:34 PST


** Reply to note from Mon, 16 Apr 2001 09:23:37 -0500

> > If you don't want to, or can't use Excel, you can simply copy the >
> text in > your formatted Word document, then paste between PRE tags in
> your > HTML > document. PRE is preformatted and will preserve the
> formatting > exactly as you have it in Word.
>
> If you use preformatted text, I'd suggest you use a fixed-size font,
> such as Courier New, or Times -- then your columns will stay straight.
> So after the PRE tag, put font face="courier new, times"
>

These require writting html so why not do it right using the table html?


<table>

<tr>

<td> ........... </td>
<td> ........... </td>
<td> ........... </td>

</tr>

<tr>

<td> ........... </td>
<td> ........... </td>
<td> ........... </td>

</tr>

</table>

It is not that hard.




I would suggest that everyone that is doing web pages learn at least some
html. It will help you find errors faster and allow you to add functions
that the web page generator does not support.

"Read Less, Learn More HTML" by Eric Kramer (ISBN 0-7645-3471-8) is a
simple book and not too expensive.






Robert Blair



This thread: