Displaying 1 result from an estimated 1 matches for "itsthet".
Did you mean:
itsthes
2006 Aug 03
1
OT: Tables and Rails code
...return data and it seems that the column headings repeat
along with the entries. So perhaps it''s where I''m placing the code and
not so much my HTML.
Ideas, solutions appreciated:
<h1> Current job openings</h1>
<% for position in @positions -%>
<div id="itsthetable">
<table summary="MyCompany">
<caption>Current postings</caption>
<thead>
<tr>
<th scope="col">Custom ID</th>
<th scope="col">Company</th>
<th scope="col">First entered</th>
<th...