My problem is that there are three high volume sites, which are in heavy maintenance mode. Hence I have to be able to work with them easily, and currently I can't do that in MX 04. I am looking forward to my next intranet project which will be developed ground up in 04.
The only site which is publically available... (the others are extranet/intranet sites, but they are all roughly the same, although they all have different general looks)
<edited to show code that was causing the problem>
This is the code for the table with the javascript scroller in it...that's the culprit.
Code:
<table width="150" border="0" bordercolor="#000000">
<tr>
<td bgcolor="#003366" class="navboxheader" width="150"> <div align="center">News
from the Web</div></td>
</tr>
</table>
<table width="150" border="0">
<tr>
<td>
<script language="JavaScript1.2">
//configure the below five variables to change the style of the scroller
var scrollerwidth=130
var scrollerheight=100
var scrollerbgcolor='#cccc99'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''
//configure the below variable to change the contents of the scroller
var messages=new Array()
messages[0]="<p class='sectiontext'><a href='<?=$newslink1?>' target='_blank'><?=$newshead1?><i> - <?=$newssource1?></i></a>"
messages[1]="<p class='sectiontext'><a href='<?=$newslink2?>' target='_blank'><?=$newshead2?><i> - <?=$newssource2?></i></a>"
messages[2]="<p class='sectiontext'><a href='<?=$newslink3?>' target='_blank'><?=$newshead3?><i> - <?=$newssource3?></i></a>"
messages[3]="<p class='sectiontext'><a href='<?=$newslink4?>' target='_blank'><?=$newshead4?><i> - <?=$newssource4?></i></a>"
messages[4]="<p class='sectiontext'><a href='<?=$newslink5?>' target='_blank'><?=$newshead5?><i> - <?=$newssource5?></i></a>"
messages[5]="<p class='sectiontext'><a href='<?=$newslink6?>' target='_blank'><?=$newshead6?><i> - <?=$newssource6?></i></a>"
///////Do not edit pass this line///////////////////////