[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
R: [Lynx-dev] how to maximize client area???
From: |
Daniele Baggio |
Subject: |
R: [Lynx-dev] how to maximize client area??? |
Date: |
Mon, 31 Jan 2005 12:55:41 +0100 |
I've modified the
static HTStyle HTStyleNormal = etc....
and now the left margin now is zero,
ok you gave me the right way.
Thankyou.
Another question:
Is it possible to use for browsing also the two line of text at the
top?
Now the first line is used for page title tag and the second, i see, is
always empty.
With different words, i need to minimize the top-margin and to remove
the title line.
bye
Daniele, italy
ps.s In next days i'll post new questions, i need to have my lynx....
------------------------------------------------------------
Thomas Dickey wrote:
static HTStyle HTStyleNormal =
{
0, "Normal", ST_Normal, "P",
HT_FONT, 1, HT_BLACK, 0, 0,
3, 3, 6, HT_LEFT, 1, 0, tabs_8,
YES, YES, 1, 0, 0};
};
The two "3"'s in the third line of the data are the first- and
left-indents for the given tag ("normal" in this case). And the "6"
is the right-margin.
If one simply wants to cancel the indents, a good place to do this would
be in the DefaultStyle() function at the end of that file, since it
constructs a copy of the table; the copy could be modified as it is
constructed.
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
- R: [Lynx-dev] how to maximize client area???,
Daniele Baggio <=