Wednesday, November 21, 2012

Background image for widgets both blogger and wordpress

Some web developer wants to show individual background for each widgets . This post is all about adding widgets background for our wordpress or blogger blog . To do that


Step 1: You have to upload an image to your server
Step 2 : Adding the code or table
Step 3 : Replace your image url
Step 4: Modify your image height and width

===============================
Code 
===============================
---------------------------------------------------------------------
<table background="http://www.edu-smart.info/bmsc/wp-content/uploads/2012/11/training_back2.jpg" border="0" cellpadding="1" cellspacing="1" style="height: 171px; width: 248px;">
    <tbody>
        <tr>
            <td style="text-align: center;">
                <p>
                    <span style="color: rgb(255, 255, 255);"><strong> table has a background image</strong></span></p>
                <p>
                    <span style="color: rgb(255, 255, 255);"><strong> table has a background image</strong></span></p>
                <p>
                    <span style="color: rgb(255, 255, 255);"><strong>table has a background image</strong></span></p>
                <p>
                    <span style="color: rgb(255, 255, 255);"><strong>table has a background image</strong></span></p>
                <p>
                    <span style="color: rgb(255, 255, 255);"><strong> table has a background image</strong></span></p>
            </td>
        </tr>
    </tbody>
</table>
<p>
    &nbsp;</p>
----------------------------------------------------------------------------

This will result 


table has a background image
table has a background image
table has a background image
table has a background image
table has a background image

No comments:

Post a Comment