Home Posts Topics Members FAQ
Post your question to a community of 467,907 developers. It's quick & easy.
That works for me. .
Not sure I understand but try this: [HTML]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> html,body{height:100%;width:100%;margin:0} table{height:100%;width:100%;} table tr td {text-align:center} </style> </head> <body> <table border=1> <tr> <td><img src="1.png" alt=""></td> </tr> </table> </body> </html>[/HTML]
Sign in to post your reply or Sign up for a free account.