i have been playing around with the examples for the ethernet shield. Everything is working fine. One example on bildr.org site allows you turn a pin on using a web browser.
My question is I have been trying to modify the html in the code. I trying to change it, so it displays a link. When you click on the link it the calls the arduino ip exp(192.168.1.100/?2)
The code i'm using is client.print("click here);
It gives me an error when uploading to arduino - expected ")" before 'www'
not sure what the problem is.