Eso he pensado yo. Pero cuando los clientes me envían consultas también pasa. Al ser PHP no veo que tenga que influir el navegador, pero es que la parte del HTML es muy simple:
Código PHP:
<table width="540" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="19" height="55" background="images/vinetas/amarillo_a1.gif"> </td>
<td height="55" background="images/vinetas/amarillo_a2.gif" style="font-family:GOODDC__; font-size:40px;">Contactar con nosotros </td>
<td width="19" height="55" background="images/vinetas/amarillo_a3.gif"> </td>
</tr>
<tr>
<td width="19" background="images/vinetas/amarillo_b1.gif"> </td>
<td bgcolor="#FFE77D"><form method="get" action="">
<p>Puedes escribirnos a contacto@proyectoadopta.com o utilizar el siguiente formulario para tu comodidad. </p>
<p>
<label>Tu nombre
<input name="contacto" size="50" />
</label>
</p>
<p>
<label>Correo electrónico
<input name="email" size="50" />
</label>
</p>
<p>
<label>Teléfono
<input name="telefono" size="20" />
</label>
</p>
<p>
<label>Puedes añadir tu consulta aquí<br />
<textarea name="mensaje" cols="60" rows="10"></textarea>
</label>
</p>
<p>
<input type="submit" name="submit" value="Enviar consulta" />
</p>
</form></td>
<td width="19" background="images/vinetas/amarillo_b3.gif"> </td>
</tr>
<tr>
<td width="19" background="images/vinetas/amarillo_c1.gif"> </td>
<td background="images/vinetas/amarillo_c2.gif"> </td>
<td width="19" background="images/vinetas/amarillo_c3.gif"> </td>
</tr>
</table>