<div>I have a view that works fine. It outputs a table with four columns in, one of which is a unique id. After some rows (which I know the id of), I&#39;d like to add an extra row beneath. After row id 5, say, it would be &lt;td colspan=&#39;4&#39;&gt;some text&lt;/td&gt; and after row 10 &lt;td colspan=&#39;4&#39;&gt;different text&lt;/td&gt;.</div>
<div><br></div><div>I know this is a bit of a pain of a requirement. Is there any way to do this in Views 2? I&#39;d much rather use Views than hack up some custom code that does a db_query and loops through etc etc.</div>