Forum Moderators: mack
<TABLE WIDTH="575" height="400" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR valign="top" HEIGHT=30>
<TD COLSPAN="3" ><IMG SRC="websites/webbig_top.gif" WIDTH=575 HEIGHT=30 ALT="" BORDER="0"></TD>
</TR>
<TR valign="top" HEIGHT=268>
<TD><IMG SRC="websites/webbig_left.gif" WIDTH=57 HEIGHT=268 ALT="" BORDER="0"></TD>
<TD>
<SCRIPT LANGUAGE="JavaScript" type='text/javascript' >
<!-- // hide script from old browsers
function launch() {
open('http://www.*****.com/photocontest/tattooguy.gif','GIF','resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=383,height=575')
}
document.write('<A HREF="javascript:launch()" border="0" height=268><IMG SRC="emails/letterhead_big.gif" WIDTH=463 HEIGHT=268 ALT="" BORDER="0"></A>')
// end hiding contents
-->
</SCRIPT>
</TD>
<TD><IMG SRC="websites/webbig_right.gif" WIDTH=55 HEIGHT=268 ALT="" BORDER="0"></TD>
</TR>
<TR valign="top" HEIGHT=102>
<TD COLSPAN="3"><IMG SRC="emails/emailbig_bottom.gif" WIDTH=575 HEIGHT=102 ALT="" BORDER="0"></TD>
</TR>
</TABLE>
[edited by: JamesR at 5:13 pm (utc) on June 9, 2003]
[edit reason] No specific URLs in code please [/edit]
Then, what you have is JavaScript, not Java, which are two completely different things, only things they have in common are the name similarity and that they are often used on the web.
CSS are Cascading Style Sheets. There is even a special forum [webmasterworld.com] for them here. In short, they are used (among other things) to specify once in your document how things should look like. In this particular case, try putting the following code in the HEAD of your page:
<style type="text/css">
img { border:none }
</style>
This will specify no border for all the images in your document.
I did what you suggested and it didn't help. I really don't think it is a border issue. I originally had the same image in the same cell, only not JavaScripted to open a new page, it was linked to the new page. When it was set up like that, the table fit perfectly. The only change was the JavaScript. I tried deleting the cell with the JavaScript, and everything fit again. It has to be the JavaScript.
After a while of coding HTML you start noticing that often when IE has a problem which other browsers don't have it's due to white spaces somewhere in your code.