I'd suggest matching your Google AdSense background color to that of your page. Other than that, might I suggest you change your Dreamweaver configuration (Options) to use DIVS and CSS, instead of Tables for layout?
I think the site needs some more content.. also try changing your adsense link ad text color to orange for better blending.
Adding this php code <?php print ' '.$_SERVER['REMOTE_ADDR'].''; ?> in the form (value) will display the IP address of the user just like this site http://www.whatmyipaddress.net/What_is_my_IP_address.php which i think is a good idea in case the user wants to know his/her IP address Good luck
I use this idea - but implement it as an anti-spam tool! I have it on my online contact forms, and send it via the form's post method. If I see that the contact form was filled out by a spammer, then I simply tag his IP address using the PHP code: getenv("REMOTE_ADDR"); PHP: and deny that IP with my control panel on my website! The spammer can't visit my site again! Great work!
The site really needs more content and the layout is... how would I say it... too commercial, if you know what I mean.
Thanks a million for the advise Husameddin. I tried to implement it to show in the form box, but I did not manage to get this working, so I implemented it above the form.