Is there a way to remove the "|" between each "a" tag below using CSS, Javascript, or jQuery since I don't have access to edit the HTML directly?
<span class="reportnavigation">
<span class="reportnavigationheader">
Go To Week:
</span>
<a href="/2014/options?L=33742&W=1&O=06&F=0000"></a>
|
<a href="/2014/options?L=33742&W=2&O=06&F=0000"></a>
|
<a href="/2014/options?L=33742&W=3&O=06&F=0000"></a>
|
<a href="/2014/options?L=33742&W=4&O=06&F=0000"></a>
|
<a href="/2014/options?L=33742&W=5&O=06&F=0000"></a>
|
<a href="/2014/options?L=33742&W=6&O=06&F=0000"></a>
|
<a href="/2014/options?L=33742&W=7&O=06&F=0000"></a>
</span>