Hi everyone, just wanted to say hello, and ask a question. I recently changed hosting companies and the new CMS I'm using is Website baker with the FCK editor. I'm finding a few slight differences between FCK and my old WYSIWYG editor. Here is a reply to a post I made on the Website baker forum;
My question was about wrapping text around an image or table.
This is the reply I received.
But the better way to surround the picture is by setting the style-attribut.
For this insert Your picture - the 4th button from right side in the middle row - in this dialog (image properties) switch to extended, and in the last line insert the style-information.
for example:
Code:float: right; margin-left: 5px;
My question here is; Is there somewhere that explains these codes (Code:float: right; margin-left: 5px;) and where and when you have to use them. I'm sure there are more little differences like this I'm going to run into.
Any help you can give will be appreciated!
My question was about wrapping text around an image or table.
This is the reply I received.
But the better way to surround the picture is by setting the style-attribut.
For this insert Your picture - the 4th button from right side in the middle row - in this dialog (image properties) switch to extended, and in the last line insert the style-information.
for example:
Code:float: right; margin-left: 5px;
My question here is; Is there somewhere that explains these codes (Code:float: right; margin-left: 5px;) and where and when you have to use them. I'm sure there are more little differences like this I'm going to run into.
Any help you can give will be appreciated!