Web Development Tips

Archive for the ‘Html’ Category

PHP sending large text / html email

Posted by: slvramesh on: February 23, 2012

Some email client will not support large email text. For overcoming this issue, We can use the following code. <?php $fromname =  [[ From Name ]] $from = [[ From email address ]] $to = [[ To email address ]] $message = [[ Your large html email ]] $subject = [[ Your email subject ]] [...]

Best Table Grid websites

Posted by: slvramesh on: August 28, 2009

I found the beautiful table grid websites around the internet. It is fantastic for website development lover. 1.) http://www.pabloaravena.info/mytablegrid/


Follow

Get every new post delivered to your Inbox.