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
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 .
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.