Subterfuge to make sidebar banner ads box
This simple way to make 125 x 125 pixel ads (adsvertisment) box… I get when playing with Windows Live Writer.
Blog author usually put banner ads with 125 x 125 pixel in size at sidebar. Beginner like me, will difficulty to compile the html code for it.
If you use Windows Live Writer will very easy to do it.
Click table shortcut icon at taskbar to create table.
In the Insert Table windows… set rows = 2 and collumns = 1 if want to make like screenshoot at the left side.
Try different configuration if want differents layout.

From this, go to source view to get html code. Then copy – paste to blog widget. This code always can be used at template too but need to parse.
The html code will looked like this…
<table border="0" cellspacing="0" cellpadding="2" width="125"><tbody>
<tr>
<td valign="top" width="125"> </td>
</tr>
<tr>
<td valign="top" width="125"> </td>
</tr>
</tbody></table>
Then replace the red writing with 125 pixel banner ads code.





2 Responses to “Subterfuge to make sidebar banner ads box”
Sorted from newest comments to oldest.Thanks 4 info, i’ll try laer
Good luck.