Tim's How I fixed it blog
[03.04.2011]Java Error
PROBLEM: java error bin/jp2iexp.dll error when installing a new version of java
PROBLEM: java error bin/jp2native.dll error when installing a new version of java
FIX: navigate on your pc to /program files/java/bin find the file jp2iexp.dll and jp2native.dll they possibly have file size of 0 bytes .. just delete them and reinstall Java from java.com
On Focus Forms
i.e., <body onload="document.formname.fieldname.focus()" >
Another way to set focus:
<form name="form1" action="somepage.asp" method="post">
<input type="text" name="city">
<input type="submit" value="Submit">
</form>
<script language="JavaScript"> document.forms[0].city.focus(); </script>
HTML Email Background Problem for Outlook 2007
After heaps of searching online I found the answer I was looking for. Placing background images in tables that will be viewed correctly in Outlook 2007 and Gmail etc... The Link is here and it was posted by Ros Hodgekiss on July 6 2010..
I spent days working on this issue and only seconds I was back coding emails again.
NOTE: copy and past the code into a new email and start modifying to suite your needs. Best with one large background image then use Div tags and tables to place information in your email.