1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<div style="margin-left: 25px; margin-right: 25px; text-align: center;"><br/><p><h1>Please choose the proper pattern!</h1></p> <p>To keep the patterns as clear as possible, this pattern was divided into two parts: size 8-18(EUR 34-44) and size 20-30(EUR 46-56).</p> <p>Please select your size!</p> <table align="center" width="300" height="124" border="0"> <tr> <td align="center"><h2>8-18</h2>(EUR 34-44)</td> <td align="center"><a href="download.php?file=<?php echo $fileraw ?>&itemnr=<?php echo $itemnr?>&size="> <img src="http://patterns.bplaced.net/img/DL_Button.png"></a></td> </tr> <tr> <td align="center"><h2>20-30</h2>(EUR 46-56)</td> <td align="center"><a href="download.php?file=<?php echo $fileraw ?>&itemnr=<?php echo $itemnr?>&size=1"> <img src="http://patterns.bplaced.net/img/DL_Button.png"></a></td> </tr> </table> <p> </p>
<br clear="both"> </div>
|