This must be something so trivial but I don’t know how to do it.
Table borders appear, by default, with an “old fashioned” border style. I’ve done my research and I believe I’m talking about border-collapse, witch can be defined as separate and collapse. That “old fashioned” style is the separate option.
How can I change this? I tried in menu Item/Extended with the name “border-collapse” and the value “collapse” but it didn’t work. What’s wrong with this settings? And where should I put this attributes? In table, div or div-style?
Border-collapse is a css style that affects only tables, so you wouldn’t
put it in the div or div-style section of the Extended option.
You can’t just put it in the table section either – a least not like you
think. The table needs an inline “style” declaration with a properly
formatted style rule… To do that, open the Item > Extended option to the
table tab then add a new attribute with the name “style” and value of
“border-collapse:collapse”.
An easier way to do this in Freeway Pro is to make a Tag style style to
affect any table you make. To do this, open the Style Editor and make a new
style… in the Tag field name it “table” then make sure there is nothing in
the Name field, then open the Extended window and create a new style,
“border-collapse” in the name field and “collapse” in the value field.
More about the border-collapse property here:
–
Ernie Simpson
On Fri, Mar 1, 2013 at 6:01 AM, Daemon email@hidden wrote:
Hello,
This must be something so trivial but I don’t know how to do it.
Table borders appear, by default, with an “old fashioned” border style.
I’ve done my research and I believe I’m talking about border-collapse,
witch can be defined as separate and collapse. That “old fashioned” style
is the separate option.
How can I change this? I tried in menu Item/Extended with the name
“border-collapse” and the value “collapse” but it didn’t work. What’s wrong
with this settings? And where should I put this attributes? In table, div
or div-style?