Grid/table codes?

Status
Not open for further replies.
Looks like they do work.

I meant something like:

Code:
<table border="1" cellpadding="1" cellspacing="1" width="50%">
<tr>
<th>Table header</th>
<th>Table header</th>
</tr>
<tr>
<td width="50%">Table cell 1</td><td>Table cell 2</td><td>cell 3</td
</tr>
</table>
 
Yea...I had trouble getting it to show the code.

But I was asking about this, because I'm thinking of using it in my recommended components guide, so you wouldn't have to scroll as much. Or in the benchmark threads, to make them neater.
 
Status
Not open for further replies.
Back
Top Bottom