WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: joop on March 20, 2008, 10:20:17 PM

Title: Align problem in textfield and CSS problem
Post by: joop on March 20, 2008, 10:20:17 PM
When I want to add a picture in the textfield (FCKEditor) and give it "align=right", it stays left when I check the site.
If I put the picture in a table and give the table the "align=right", the picture shows up on the right side.
Is this a bug?
I noticed the great feature of customizing the CSS within the admin....but it does not work for me.
When I change something in the CSS, it does not save, but gives an error (no error explanation).
Hopefully it's oubvious I use WB2.7RC2 for this one.

Greetzzz,
Joop
Title: Re: Align problem in textfield and CSS problem
Post by: BerndJM on March 20, 2008, 11:00:23 PM
Hi Joop,

your align-problem is a little misunderstanding the "align" in img tags.
The align takes only effect together with a folowing text (or other elements).
If you use align="right" it means the text flows left and the img stays on the right side.
If you have no text there is no reason for the img to stay on the right.

Here (http://de.selfhtml.org/html/grafiken/ausrichten.htm#textumfluss) a little closer explanation (sorry german only)

Regards Bernd
Title: Re: Align problem in textfield and CSS problem
Post by: joop on March 20, 2008, 11:20:52 PM
Hi Bernd,

Thanks for your quick answer, but I've got text in the field.
So as you mentioned, the picture must align to the right arround the text, but it does not.

Greetz,
Joop
Title: Re: Align problem in textfield and CSS problem
Post by: marathoner on March 21, 2008, 02:57:34 AM
Just look at the FCKEditor source...is it generating the correct HTML? Do you have a link that we could look at?