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?
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.