# repeating headers working example

#### The repeating header article can be a bit confusing.

#### The working example is intended for future reference.

```
<style type="text/css">table.table867 {border:solid black 1px; border-collapse:collapse; border-spacing:0px;font-family:Arial Unicode MS,sans-serif; font-size:15pt; width:100%; sd:repeatheader;border-spacing:0; border-width: 0}
.table867header {text-align:center;font-weight:bold;border:solid black 1px;color:#FFFFFF;background-color:#000000; border-width: 1px 1px 1px 0}
.table867footer {text-align:right;font-weight:bold;border:solid black 1px; height: 30px}
.table867RowEven{border:solid black 1px;}
.table867RowOdd{background-color:#cdcdcd;background-color:#a8a8a8;border:solid black 1px;}
.table867col0{border:solid black 1px;text-align:left;font-weight:normal;font-size:15pt;font-family:Arial Unicode MS,sans-serif; border-width:0 1px 1px 1px;}
.table867col1{border:solid black 1px;text-align:left;border-width:0 1px 1px 0;font-weight:normal;font-size:15pt;font-family:Arial Unicode MS,sans-serif;}
.table867col2{border:solid black 1px;text-align:left;font-weight:normal;font-size:15pt;font-family:Arial Unicode MS,sans-serif;border-width:0 1px 1px 0;}
</style>
<table class="table867">
	<thead>
		<tr>
			<th class="table867header" style="border-width: 1px 1px 1px 1px;">Opportunity ID</th>
			<th class="table867header">Opportunity Name</th>
			<th class="table867header">Opportunity Amount</th>
		</tr>
	</thead>
	<tbody><!--{{!
<lineitemsSOQL>
<class>table867</class>
<soql>select id, name, amount from opportunity</soql>
			<column>id</column>
			<column>name</column>
			<column>amount</column>
</lineitemsSOQL>
}}-->
	</tbody>
</table>
```

{% hint style="warning" %}
This working example was successful on SD4.516.7
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.sdocs.com/sdocs/maintenance-and-troubleshooting/additional-troubleshooting/repeating-headers-working-example.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
