Try this... you will have to play with the width a little but it should work
<html>
<table cellsapcing="0" border="1" cellpadding="0" border="0">
<tr>
<td>
<img src="none" width="100" height="50" align="left">
</td>...
I am having issues with making sure users select an option from a select
box... here is my code
function checkit(){
if (document.postdata.phonenumber == ""){
alert("Please enter a Phone Number");
return false;}
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.