[ create a new paste ] login | about

Link: http://codepad.org/CRVSMp2F    [ raw code | output | fork ]

PHP, pasted on Feb 14:
1
2
3
4
5
6
7
<?php
/* [..] */
print "<b><h3>Wise City</h3></font></b><hr>
<center><table width=99% cellpadding='5' cellspacing='0' border='0'><tr>
<td align='left' style='background-image:url('path/to/image/');background-repeat:no-repeat;'><b>Market place:</u></b></td><td align='left'><b>North side:</u></b></td>";
/* [..] */
?>


Output:
1
2
3
<b><h3>Wise City</h3></font></b><hr>
<center><table width=99% cellpadding='5' cellspacing='0' border='0'><tr>
<td align='left' style='background-image:url('path/to/image/');background-repeat:no-repeat;'><b>Market place:</u></b></td><td align='left'><b>North side:</u></b></td>


Create a new paste based on this one


Comments: