please help me create a text banner.
munnar
Registered Users Posts: 37 Big grins
I want to create a text banner for my home page. Please could you advise me how to create a banner.
My website is www.vidurreddy.com and text for the banner is:
VIDUR REDDY
Thanks
My website is www.vidurreddy.com and text for the banner is:
VIDUR REDDY
Thanks
0
Comments
Add this to the header on the advanced site-wide customization page above the nav html.
<div id="my_banner"></div>
Change this in your CSS to look like this.
#my_banner {
width: 500px;
height: 100px;
margin: 0 auto -25px 20px; /* top right bottom left */
background: url(/photos/568572872_sHGdq-O.jpg) no-repeat;
}
The photo would look better if the was a transparent png.
My Website index | My Blog
#my_banner {
width: 500px;
height: 100px;
margin: 0 auto;
background: url(http://vidur.smugmug.com/photos/568572872_sHGdq-O.jpg) no-repeat;
}
and add this in its place
My Website index | My Blog