Hi there begeiste,
and a warm welcome to these forums. 
does this help...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<title></title>
<script type="text/javascript">
function init(){
var cells=document.getElementsByTagName('td');
for(var c=0;c<cells.length;c++) {
if(cells[c].className=='prog-asset') {
cells[c].innerHTML=cells[c].innerHTML.replace(/[|]/g,'');
}
}
}
window.addEventListener?
window.addEventListener('load',init,false):
window.attachEvent('onload',init);
</script>
</head>
<body>
<table><tr>
<td class="prog-asset"> |
<a href="/global_id=002350">Video</a> |
<a href="global_id=002350">Photography</a> |
<a href="global_id=002350&">Press Releases</a> |
</td>
</tr></table>
</body>
</html>
coothead
Bookmarks