Can someone please edit this html code

Discussion in 'HTML & Website Design' started by se_p800, Jun 3, 2008.

  1. #1
    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
     
    se_p800, Jun 3, 2008 IP
  2. shallowink

    shallowink Well-Known Member

    Messages:
    1,218
    Likes Received:
    64
    Best Answers:
    2
    Trophy Points:
    150
    #2
    
    <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.
     
    shallowink, Jun 3, 2008 IP
  3. se_p800

    se_p800 Well-Known Member

    Messages:
    609
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    Digital Goods:
    2
    #3
    thanks mate, thats fine :D
     
    se_p800, Jun 3, 2008 IP