Forum Moderators: open
caption{ display: table-caption;
}
}
table{
display: table;
border: thin solid Black;
table-layout: auto;
}
TR{
display: table-row;padding:5px;
}
TD{
display:table-cell; padding:5px;
border: thin solid Black;
}
#bullet{
display: list-item;
list-style: circle inside;
}
TH{
display:table-cell; padding:5px;
border: thin solid Black;
}
The XML
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="boro.css" type="text/css"?>
<branches>
<TABLE WIDTH="60%" BORDER="1">
<TR>
<TH>Middlesbrough</TH>
<TH id="bullet" align="right">Linthorpe</TH>
<TD>Sixties</TD>
<TD>Clothing</TD>
<TD>47007</TD>
<TD>Over</TD>
<TD>3.6</TD>
</TR>
</branches>
Cheers