Thanks for the correction benny306 and Sorry Nisrag for giving the wrong information/solution. benny306 is right you could remove the <div...
Hi le007, Thanks for your answer, but I have more that 100 such table where it needs to be changed and it resides in Wordpress Posts. So I guess...
Hi nisrag, Sorry for the previous solution. I didn't look-up you website properly. If I understand you correctly, you want to increase space for...
Hi nisrag, The following (as benny306 suggested) seems to work: I didn't find any difference editing the margin, but change the width: to...
I have HTML code as follows: <div id="someid"> <table> <tr><td width="50" height="50">Some Data</td></tr> </table> </div> Now the...
Hi le007, Happy to help. I believe you are a CSS person. Could you please look into my problem and see if you could help me. Unfortunately I am...
Hi All, I have a site with lots of <tables> and redoing them would be just a waste of time. I want to override the "height" and "width" of a...
Hi le007, Try the following: $body = "Name: " . $_POST['subject'] . "\r\nTelephone: " . $_POST['name'] . "\r\nE-mail: " ....
Have you checked "HTTP_NOT_FOUND.html.var" file in your <wamp_installation_directory>/apache/error directory for any codes that does the...
Hi le007, Modify the following code: to: $body = $_POST['detail']; and try to send the mail. And if that works append the rest of the form...
I would suggest to go with Oracle. It would be a long term investment of knowledge and energy. Oracle is a robust RDBMS and I work in a company...
Nice handiwork. If you could show us how you did it, you would save a lot of googling :) Cheers
Try the following code: $to = 'email_addr@domain.com '; $subject = 'Your Subject'; $body = "\r\nYour Mail Body"; $mail_sent...
Separate names with a comma.