|
Pages: [1]
|
 |
|
Author
|
Topic: MakeDoc2 table with 'blank' column (Read 256 times)
|
|
btiffin
|
Hi,
I'm trying this to produce a table in MakeDoc2 that has a blank column.
I've tried
\table
Name
Notes
=row
<b>Name1</b>
**tab character**
=row
/table
###
This is not cutting it. The goal is to get browser printable pages that have a list of volunteers and space for hand written notes.
The **tab character** is a tab or just blanks which get eaten.
Trying things like a row of underscores looks dumb in the bordered box.
The app I'm writing is documented with makedoc2 and myself and the users are getting used to the look. I'd rather this than copying all the stylesheet stuff after sampling and reinventing the html output.
Suggestions?
TIA btiffin
|
|
|
|
|
Logged
|
|
|
|
|
btiffin
|
Hi,
Answered my own question. Non breaking space worked just fine.
\table
Name
Notes
=row
<b>Name 1</b>
/table
Thanks for listening. btiffin
|
|
|
|
|
Logged
|
|
|
|
|
|
Pages: [1]
|
|
|
 |