Hi,
according to css rules if you use display inline you cannot specify a width
as it is now and in-line element.
you may only specify widths for block-level elements that do not have
display inline as a style
a solution to your problem with be floating
EXAMPLE instead of display inline use this
in this sample page, if you click on the first "Short Bio" - right
sided "edit" link, there is where the jHtmlArea is placed
http://www.roxstyle.com/projects/blssi/cms/de-tool-v3/p-bio.html#
the problem is that in firebug i can see the first style is
element.style {
width:0;
}
i have tried putt
2 matches
Mail list logo