[opensuse-wiki] Wiki image positioning on pages issue
More recently I've run into a problem with placing images on the English wiki, mainly with regards to positioning images to the left or right of text. As an example, whereas this line: [[Image:example.jpg|left]] should place the image on the left of the text on the page, and I've never before run into an issue with that working. But in the past few weeks, that simply leaves the image at the top of the text or wherever the line is placed on the page. The [left] and [right] text are the only ones not working, for example this line: [[Image:example.jpg|left|200px]] would still adjust the size of the image correctly, but not place the text on the left of the text. Anyway, if anyone knows what's up and if this is a bug or something? -- Kevin "Yeaux" Dupuy openSUSE Member http://www.twitter.com/KevinDupuy -- To unsubscribe, e-mail: opensuse-wiki+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-wiki+help@opensuse.org
On Sunday 15 March 2009 03:31:40 pm Kevin "Yeaux" Dupuy wrote: ...
Anyway, if anyone knows what's up and if this is a bug or something?
I'm using table to force text next to the image. {| |- |[[Image:example.jpg|left|200px]]|Text sample |} This has problem that text should be the same height as image, otherwise it will leave blank space below image. More options you can see in source of http://en.opensuse.org/Portal_New . -- Regards, Rajko -- To unsubscribe, e-mail: opensuse-wiki+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-wiki+help@opensuse.org
On Sunday 15 March 2009 21:31:40 Kevin "Yeaux" Dupuy wrote: Hi,
More recently I've run into a problem with placing images on the English wiki, mainly with regards to positioning images to the left or right of text. As an example, whereas this line:
[[Image:example.jpg|left]]
should place the image on the left of the text on the page, and I've never before run into an issue with that working. But in the past few weeks, that simply leaves the image at the top of the text or wherever the line is placed on the page.
using left/right puts the image in a div container with the classes "floatleft" or "floatright". Looks like I forgot to define these styles in the custom CSS we are using for the wiki (therefore I would assume that it never worked on the openSUSE wikis). I will try to fix this ASAP. -- Regards Frank Frank Sundermeyer, Technical Writer, Documentation SUSE Linux Products GmbH, Maxfeldstr. 5, D-90409 Nuernberg Tel: +49-911-74053-0, Fax: +49-911-7417755; http://www.opensuse.org/ SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg) "Reality is always controlled by the people who are most insane" Dogbert -- To unsubscribe, e-mail: opensuse-wiki+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-wiki+help@opensuse.org
participants (3)
-
Frank Sundermeyer
-
Kevin "Yeaux" Dupuy
-
Rajko M.