Re: [pmwiki-users] background image

2021-10-14 Thread Petko Yotov
Actually, LocalCSS is now included in PmWiki but disabled, and only needs to be enabled. Otherwise, you can create a file pmwiki/pub/css/MyGroup.MyPage.css and configure the background image there: body { background-image: url(my_image.jpg); } and place my_image.jpg in the same directory

Re: [pmwiki-users] background image

2021-10-14 Thread Moni Kellermann
Am 14.10.2021 um 18:40 schrieb j...@dodin.org: Hello, I would insert a background image in *one* page of my pmwiki. I use pmwiki responsive default style is there a way to do so without adding a complete recipe like https://www.pmwiki.org/wiki/Cookbook/BackgroundImages I do *not* want the

[pmwiki-users] background image

2021-10-14 Thread j...@dodin.org
Hello, I would insert a background image in *one* page of my pmwiki. I use pmwiki responsive default style is there a way to do so without adding a complete recipe like https://www.pmwiki.org/wiki/Cookbook/BackgroundImages I do *not* want the image to be changed from the wiki itself :-)

[pmwiki-users] background image

2018-08-21 Thread j...@dodin.org
Hello, I use triad skin. Is there a simple way to have a background image for transparent option without hacking the triad.php script and beach.jpg, on a farm ideally on a per group basis, but I would like better not add an other cookbook, it wont be changed ever probably thanks jdd --

Re: [pmwiki-users] Background image

2007-03-18 Thread SteP
See also http://www.pmwiki.org/wiki/Cookbook/BackgroundImages ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Background image

2007-03-18 Thread Hans
Sunday, March 18, 2007, 5:53:57 PM, Dr wrote: Thanks. From reading the two reply's to my question, it appears getting a simple background image displayed in a page section is but yet another kludge fix in config solution for what should be a rather simple wiki markup process. This seems

Re: [pmwiki-users] Background image

2007-03-18 Thread Patrick R. Michaud
On Sun, Mar 18, 2007 at 10:53:57AM -0700, Dr Fred C wrote: SteP wrote: See also http://www.pmwiki.org/wiki/Cookbook/BackgroundImages Thanks. From reading the two reply's to my question, it appears getting a simple background image displayed in a page section is but yet another kludge

Re: [pmwiki-users] Background image

2007-03-18 Thread Hans
Sunday, March 18, 2007, 6:52:47 PM, Patrick wrote: FWIW, I propose that url(...) automatically convert its contents into a link and escape them. Then %background-image:url(Attach:xyz.png)% would just work. I also propose that this initially be a recipe and not part of the core, unless

Re: [pmwiki-users] Background image

2007-03-18 Thread Dr Fred C
But in the final analysis, it comes down to a question of markup. It's one thing to say there should be a way to change the background image of sections, but it would really help to see some markup proposals. How about something natural like (:background bgcolor=#FF Attach:image.jpg

Re: [pmwiki-users] Background image

2007-03-18 Thread SteP
Patrick R. Michaud wrote: %background-image:url(Attach:xyz.png)% would just work. I like it! ___ pmwiki-users mailing list pmwiki-users@pmichaud.com http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Re: [pmwiki-users] Background image

2007-03-18 Thread Patrick R. Michaud
On Sun, Mar 18, 2007 at 12:34:08PM -0700, Dr Fred C wrote: But in the final analysis, it comes down to a question of markup. It's one thing to say there should be a way to change the background image of sections, but it would really help to see some markup proposals. How about

[pmwiki-users] Background image

2007-03-17 Thread Dr Fred C
OK, this seems like another where can I find it in the documentation issue. Hopefully, this is also an example of why a user email list works a lot better than a forum for this sort of stuff. Question: Is there a way to provide a background image (with vertical and horizontal tiling) for any

Re: [pmwiki-users] Background image

2007-03-17 Thread Kathryn Andersen
On Sat, Mar 17, 2007 at 07:49:21PM -0700, Dr Fred C wrote: OK, this seems like another where can I find it in the documentation issue. Hopefully, this is also an example of why a user email list works a lot better than a forum for this sort of stuff. Question: Is there a way to provide a

[pmwiki-users] background image of table cell

2007-02-21 Thread 辉飞 饶
I created a table which has one row and two columns. In the second cell, I added a background image. Since the width of the cell is much wider than the width of the image, the image is repeated several times. How can I remove this repetition without changing the width of the cell and the image?

Re: [pmwiki-users] background image of table cell

2007-02-21 Thread Tom Lederer
Am 21.02.2007 um 21:06 schrieb 辉飞 饶: I created a table which has one row and two columns. In the second cell, I added a background image. Since the width of the cell is much wider than the width of the image, the image is repeated several times. How can I remove this repetition without

Re: [pmwiki-users] background image of table cell

2007-02-21 Thread Hans
Wednesday, February 21, 2007, 8:25:30 PM, Tom wrote: try this: (:cell width='50%' style='background-image:url([=http://localhost/ test.png]); background-repeat:no-repeat':) i guess your next question will most likely be how to position it :) background-position: takes numerical values

Re: [pmwiki-users] background image of table cell

2007-02-21 Thread 辉飞 饶
Thanks a lot! Tom Lederer [EMAIL PROTECTED] 写道: Am 21.02.2007 um 21:06 schrieb 辉飞 饶: I created a table which has one row and two columns. In the second cell, I added a background image. Since the width of the cell is much wider than the width of the image, the image is repeated