CSS Columns + WebYep = horizontal text alignment?

hi freewaytalkers,
i’ve a problem with a text box which has 2 columns (action css columns). in this 2 column box is a webyep rich text element and if i write online some text in it, the horizontal alignment don’t really work (the first column starts one line under the second). how can i cet rid of it?

thx in advance

ray

http://www.grayfix.at/FOPP/website_02/german/profil_ger.php


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ray,

What is happening is the browser’s default styling is taking control and causing that weird top margin. To fix it, I would simply put this little line of CSS in Freeway’s “Before ”:

<style>
.fliesstext { margin-top: 0; }
</style>

That should override what the browser is doing and remove the margin.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

hi caleb,

thx a lot - did it and it works fine …

best


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options