1
0
Fork 0
VelSite/Templates/BlogImage.htm
2025-08-12 14:54:45 -05:00

15 lines
264 B
HTML

<center>
<table width="500px" border="0" class="blog-image-embed">
<tr>
<td>
<a href="#" target="_blank">
<img src="#" alt="" width="500">
</a>
</td>
</tr>
<tr>
<td><center><em>Comment</em></center></td>
</tr>
</table>
</center>