Hello. I am setting a page, Im thinking of changing it adding or deleting elements, so I wolud like to have a background color below the content. I have draw an html item, and inside it, I have a table. So when I will add more content, I will create another row and add the text. BUt I dont know how to make the html item grow or small as the table do that. I just want the html item to have a backgorund color, and a 1 pixel line around it, an d I dont know how to to this with the table.
ok, I know what I really want. A table with a background color and a 1px border, but just the outer box bordered, not the cells. And about the size, I can do it manually.
Apologize for the previous message. Sometimes its difficult to express.
Hello again. What I really need in this case is this: “A table with a background color and a 1px border, but just the outer box bordered, not the cells. And about the size, I can do it manually.”
Draw an HTML box where you want the table to appear. Apply the border and background style of your dreams to the HTML box. Double-click inside the HTML box, and choose Insert / Table from the main menu (or cut and paste your existing table inside the box). Make sure that you do not apply any background color or border style to the table. Finally, make sure that the table is set to collapse height and dragged out to the full width of its parent HTML box, and that the outer HTML box is set to Flexible height.
Walter
On Apr 10, 2014, at 1:08 PM, rakeljuice wrote:
Hello again. What I really need in this case is this: “A table with a background color and a 1px border, but just the outer box bordered, not the cells. And about the size, I can do it manually.”
ok. Thanks. Probably what I didnt make was double click inside the html box. At the left column, where pages and items are showed, I just dragged the table to be indented (I dont know if its well said) respect to the html. I think this is the reason. I will do what you said.