Hi,
thanks for your question, and sorry for the trouble.
I’m not really sure what you mean here. list-style is a property for the HTML/CSS <ul> element, but is unrelated to tables. Your table content contains bullet points, but those don’t use the list HTML markup.
Regards,
Tobias
Ok. I wanted the bullets to align the text. I guess because the columns are narrow the wrap of text is aligned with the bullet. Does this make sense?
Dawn
I though I could use list-style-position: outside;
Perhaps not.
Dawn
Hi,
you can definitely do that, but you will first need to use an actual list. This means replacing
• Prominent logo placement on all collateral
• Exclusive placement of two tables for total of 20 guests
• Exclusive server for your tables
with
<ul><li>Prominent logo placement on all collateral</li><li>Exclusive placement of two tables for total of 20 guests</li><li>Exclusive server for your tables</li></ul>
Regards,
Tobias