wrap text around pictue
I have a version 2 wiki and inserted a picture into a page. Set ALIGN=LEFT, which worked. BORDER=20 doesn't seem to put any white space around picture VSPACE=20 or HSPACE=20 does'nt work either
1 person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
-
Inappropriate?You are correct. The hspace and vspace settings do not work in our image dialogs.
I'm sorry about that and we are planning to get it fixed.
I may take a look to see if anyone has found a work-around for it.
I’m hoping this helps
-
Inappropriate?thanks cliff - hope you can find the bug. sure like the new version of pbwiki!
michael -
Inappropriate?Since I know a bit of CSS, I just went into the Advanced section of the image's properties and entered the following:
padding: 5px 10px 5px 0pt; float: left;
The padding goes in order of top, right, bottom, and left sides.
I’m confident that this will help you.
1 person says
this solves the problem
-
Andrew, thank you. Your solution worked perfectly... Michael -
I'm completely clueless about where I'm supposed to insert: 5px 10px 5px Opt; float: left; Nothing on the Advanced section of the image's properties is obvious. Could you be more specific? -
Inappropriate?A quick technical note for why this is broken, for those who care:
There are a couple of things for which we set CSS styles to make the default layout look okay, such as some alignment and positioning options. Unfortunately, since CSS overrides the old HTML parameters such as vspace and hspace, those don't work. The only thing that overrides such global CSS is inline CSS, which Andrew demonstrated. Thanks Andrew!
-
Actually, the underlying cause, which Nu failed to mention, is that their WYSIWYG editor is so old, it only knows how to use HTML attributes. If their editor used inline CSS to control spacing, then it would work. -
Don't you start calling me Nu too :P
Loading Profile...







