Format List into Table
-
I’m using the code below to present a list, but it makes a border around each line and not a contiguous table. How can I make it look more like a standard table where the cells connect?
<table style=”width:100%;”>
<tr><td style=”width:150px;align:left;border:1px solid #000000;padding:3px;”>
{linking_title}
</td><td style=”width:120px;align:left;border:1px solid #000000;padding:3px;”>
{date}
</td><td style=”width:150px;align:left;border:1px solid #000000;padding:3px;”>
{timerange}
</td><td style=”align:left;border:1px solid #000000;padding:3px;”>
{location}
</td></tr>
</table>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Format List into Table’ is closed to new replies.