HTML page dosent load when i add too many buttons to control relays via ethernet

wallaceb:
you have a lot of text, and none of it is coded to use flash, instead all if it using the already little amount of RAM the processor has. try adding the "F()" maro to your code as follows:

Current code:

client.println("");

updated code:

client.println(F(""));
[\code]

you are more than likely running out of RAM. see if this fixes you issue.

If i use the Arduino Mega 2560, will i be able to load such a big HTML page? cause it has more memory

thanks