Since this is customization work, perhaps you'd like to enroll in our premium support so we can help you with this task.
http://cutline.tubetorial.com/cutlin...pport-pricing/
My blog is at www.loades.net/megabusblog
What I'd like to do is add a small Christmas tree gif (70x100 pixels) to the left and right of the blog title. Help appreciated.
Malcolm
Since this is customization work, perhaps you'd like to enroll in our premium support so we can help you with this task.
http://cutline.tubetorial.com/cutlin...pport-pricing/
Sorry!
If you visit my blog you'll see that's it's not commercial - it's about my life as a bus driver. Bus driver wages (in the UK at least) are only a little above minimum wage so commercial paid for customization work simply to put a Christmas tree in the header for a couple of weeks is out of the question.
I'll forget the idea.
Sorry but it's hard to make exceptions because everybody will start to plead their case.I can tell you HOW you can do it though but you'll need to learn CSS, and you'll need a graphic ready. It may be easier if you can create a 970 x 88 px image with the two trees at either side, then we can use it as a background image. I'll just need you to create it, upload it, and then give me the URL and I can give you the CSS.
Thanks :-)
I didn't see it as 'real' customisation, I thought it would be adding the location of the image at some point in the header.php
I've done the graphic and it's at www.loades.net/megabusblog/xmasheader.jpg
Your help is really appreciated.
In this line:
change it to:Code:#masthead { width: 970px; /*height: 100px; background: url('images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */ }
If the graphic appears too close to the top, change the value of 0 to something like 20px.Code:#masthead { width: 970px; height: 100px; background: url(http://www.loades.net/megabusblog/xmasheader.jpg) 50% 0 no-repeat; }
Perfect!!!
Thanks, and Season's Greetings to you :-)
Malcolm
Bookmarks