Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

prevent fonts from resizing in List/Menu

Status
Not open for further replies.

cic

Technical User
Apr 12, 2001
28
US
I need to prevent the fonts from changing sizes on my page. When people have there fonts enlarged within windows it is causing problems with my page design. I am not sure how to prevent this from happening. I want to be able to overwrite the windows settings. Is this possible?

Thanks
 
hi
or try this


Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;>
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D&quot;text/html; =
charset=3Diso-8859-1&quot;>
<META content=3D&quot;MSHTML 6.00.2800.1141&quot; name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hi monoers,</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2> Here is a patch for the =
</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2><FONT face=3DCourier>Socket.SendTo(byte[] buffer, =
int=20
size,</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DCourier> SocketFlags =
flafs,=20
EndPoint remote_end) </FONT></FONT></DIV>
<DIV><FONT face=3DCourier size=3D2></FONT> </DIV>
<DIV><FONT face=3DTahoma size=3D2>overload. The inner code was =
incorrectly calling=20
an other Socket.SendTo overload with an invalid offset.</FONT></DIV>
<DIV><FONT size=3D2>In this overload, it is by default set to =
0.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Can someone commit it if ok ?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Jerome.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV></BODY></HTML>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top