Hi.
Let say you insert an image or table and make it either left or right align so text can wrap around the object.
Let say you write some text left of inserted object (if you right aligned the object above), but not so much text that the text are continuing below the object.
If you now want to continue writing another section from a place below the inserted object above then you would (today) have to insert multiple normal line-breaks <br /> in order to get to the bottom of the right aligned object.
(or have I missed something here? )
IMHO that is not the correct way of doing it.
And I think the correct way would be to insert one:
<br clear="all" />
to continue writing after the right aligned object.
( if one use <br /> tags to get below the object then this would not nessesarily look very good if the content is displayed in a container that is wider or narrower than the editor area when writing.... which of course is very likely to happen )
Okay.... writing a plugin that creates the button and the function that insert the needed <br clear="all" /> should not be to hard, but would be nice if FCK could do this as I also want to see a nice placeholder for the new tag... something similar to the placeholder for the Anchor.
If this is needed and implemented, maybe it should be possible to control the value of clear as well, since someone might need other values than "all".
Any other opinions on this one?
Let say you insert an image or table and make it either left or right align so text can wrap around the object.
Let say you write some text left of inserted object (if you right aligned the object above), but not so much text that the text are continuing below the object.
If you now want to continue writing another section from a place below the inserted object above then you would (today) have to insert multiple normal line-breaks <br /> in order to get to the bottom of the right aligned object.
(or have I missed something here? )
IMHO that is not the correct way of doing it.
And I think the correct way would be to insert one:
<br clear="all" />
to continue writing after the right aligned object.
( if one use <br /> tags to get below the object then this would not nessesarily look very good if the content is displayed in a container that is wider or narrower than the editor area when writing.... which of course is very likely to happen )
Okay.... writing a plugin that creates the button and the function that insert the needed <br clear="all" /> should not be to hard, but would be nice if FCK could do this as I also want to see a nice placeholder for the new tag... something similar to the placeholder for the Anchor.
If this is needed and implemented, maybe it should be possible to control the value of clear as well, since someone might need other values than "all".
Any other opinions on this one?