RSS/Atom feed Twitter
Site is read-only, email is disabled

the simplelist tag

This discussion is connected to the gimp-docs-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

the simplelist tag liangtai 24 Feb 13:11
  the simplelist tag Ulf-D. Ehlert 25 Feb 21:12
   the simplelist tag <ss2pxd1c@yahoo.co.jp> 26 Feb 16:24
liangtai
2009-02-24 13:11:21 UTC (almost 16 years ago)

the simplelist tag

Hello.

I want to insert small tables by using the simplelist tag (for explanation of alignment on a layer with several cells of image hose brush).

But I cannot found how to avoid their expansion to be full of paragraph width. On a paragraph, both sides of its lines aligned neatly. I know this style is defined at a line as
p { text-align: justify; }
of gimp-help-screen.css and gimp22.css.

For instance, a 4x2 table
1 2 3
4 5 6
7 8

will be represented like as: 1 2 3 4 5 6 7 8

I tried to view this page by some web browsers, Konqueror 4.2.0, Kazehakase 0.5.4, Epiphany 2.24.3, Firefox 2.0.0.20 and 3.0.6, Arora 0.4, W3M 0.5.2 and IE(win98) on wine 1.1.15. Almost browsers except W3M show the same result.

How should I do?

???? SimaMoto,RyôTa http://www.geocities.jp/ss2pxd1c/

-------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/

Ulf-D. Ehlert
2009-02-25 21:12:57 UTC (almost 16 years ago)

the simplelist tag

liangtai (Dienstag, 24. Februar 2009, 13:11):

But I cannot found how to avoid their expansion to be full of paragraph width. On a paragraph, both sides of its lines aligned neatly. I know this style is defined at a line as
p { text-align: justify; }
of gimp-help-screen.css and gimp22.css.

No:
table {
width: 100%;
}

I tried to view this page by some web browsers, Konqueror 4.2.0, Kazehakase 0.5.4, Epiphany 2.24.3, Firefox 2.0.0.20 and 3.0.6, Arora 0.4, W3M 0.5.2 and IE(win98) on wine 1.1.15. Almost browsers except W3M show the same result.

How should I do?

First of all, remove W3M. ;-)

Then add to the stylesheets

table.simplelist { width: auto;
}

and try it with the remaining browsers.

Note that this will change the appearance of *every* simplelist, of course.

Bye,
Ulf

<ss2pxd1c@yahoo.co.jp>
2009-02-26 16:24:25 UTC (almost 16 years ago)

the simplelist tag

"Ulf-D. Ehlert" wrote:

No:
table {
width: 100%;
}

Sorry, it's my fault.

Then add to the stylesheets

> table.simplelist {
> width: auto;
> }
I newly created gimp-help-custom.css and add this style definition, then the problem was solved.
Thank you.

I posted a bug report of this page (GIH Dialog) to bugzilla. #573267

First of all, remove W3M. ;-)

Oh no, I can't.
w3m is necessary for light-weight environment, especially for programming and browsing Qt reference document. However I didn't imagine that I would found any bug at the browser as such case.

??????? (SimaMoto,Ry??Ta) http://www.geocities.jp/ss2pxd1c/

---------------------------------
Power up the Internet with Yahoo! Toolbar.