Is anybody able to edit this code so it will do the same thing but look different? <form action=\'http://www.testurl.com\' method=\'post\' target=\'_blank\' \><img src=\'image/location.png\' width=\'468\' height=\'72\'><table width=\'100%\' border=\'0\' cellspacing=\'0\' cellpadding=\'5\'><tr><td align=\'center\' valign=\'top\'><strong>Text line 1 </strong><br> Text line 2<br><br><br> <br></td></tr><tr><td align=\'right\' valign=\'bottom\'><input type=\'submit\' value=\'Button text 1\' onclick=\'Modalbox.hide()\' /> <input type=\'button\' value=\'Button text 2\' onclick=\'Modalbox.hide()\' /></td></tr></table></form> If possible i need a total re-write of the code. Its basically a box with an image, some text and 2 buttons on it. One button takes you to a url and the other button closes it. Also I cannot pay for this, for someone who knows html i wouldn't imagine this would be very hard. Thanks
<form action=\'http://www.testurl.com\' method=\'post\' target=\'_blank\' \> <img src=\'image/location.png\' width=\'468\' height=\'72\'> <div style="width: 350pt;"> <h3>Text line 1 </h3> <p> Text line 2 </p> <div style="text-align:right;"> <input type=\'submit\' value=\'Button text 1\' onclick=\'Modalbox.hide()\' /> <input type=\'button\' value=\'Button text 2\' onclick=\'Modalbox.hide()\'/> </div> </div> </form> Code (markup): Not optimal but different.