Support I need help with a templates

wikislo

Registered
how do I add to my theme a picture board for example:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tbody><tr>
<td><img src="images/path/demo.png" width="36" height="80" /></td>
<td width="100%" background="images/path/demo.png"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/path/demo.png" width="17" height="80" /></td>
<td width="100%" align="center"><img src="images/path/demo.png" width="376" height="80" /></td>
<td><img src="images/path/demo.png" width="17" height="80" /></td>
</tr>
</table></td>
<td><img src="images/path/demo.png" width="42" height="80" /></td>
</tr>
</tbody></table>

second example:

demo here
left and right image position and add center

I hope you understood my question
 

Attachments

  • Screenshot 3.png
    Screenshot 3.png
    31.6 KB · Views: 6
  • Screenshot 4.png
    Screenshot 4.png
    35.2 KB · Views: 5
  • Screenshot 44.png
    Screenshot 44.png
    22.8 KB · Views: 5
  • Screenshot 66.png
    Screenshot 66.png
    20.7 KB · Views: 5
  • Screenshot1.png
    Screenshot1.png
    28.3 KB · Views: 5
Back
Top Bottom