If you having a photography website or photo based website or gallery website, you need to present your photographs in a good manner is always acceptable and easy to navigate...
for blogger you need this html code to create the gallery of pics.
Result: for blogger you need this html code to create the gallery of pics.
<table cellpadding="3">
<tbody>
<tr>
<td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="140" src="your image url here" width="140" /><br />your descriptive text here</a></td>
<td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="140" src="your image url here" width="140" /><br />your descriptive text here</a></td>
<td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="140" src="your image url here" width="140" /><br />your descriptive text here</a></td>
<td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="140" src="your image url here" width="140" /><br />your descriptive text here</a></td>
</tr>
</tbody>
</table>
![]() your descriptive text here | ![]() your descriptive text here | ![]() your descriptive text here | ![]() your descriptive text here |
![]() your descriptive text here | ![]() your descriptive text here | ![]() your descriptive text here | ![]() your descriptive text here |
It helps when images are uneven in size. For making 2 cells just delete this striked code:
<table cellpadding="3">
<tbody>
<tr>
<td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="auto" src="your image url here" width="auto" /><br />your descriptive text here</a></td>
<td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="auto" src="your image url here" width="auto" /><br />your descriptive text here</a></td><td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="140" src="your image url here" width="140" /><br />your descriptive text here</a></td><td align="center" width="25%"><a href="your blog url here/" target="_blank"> <img height="140" src="your image url here" width="140" /><br />your descriptive text here</a></td>
</tr>
</tbody>
</table>
Post a Comment
Post a Comment