+ Reply to Thread
Results 1 to 7 of 7

Thread: Blog title PLUS images

  1. #1
    Join Date
    Sep 2010
    Posts
    5

    Default Blog title PLUS images

    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

  2. #2
    Join Date
    Feb 2009
    Posts
    605

    Default

    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/

  3. #3
    Join Date
    Sep 2010
    Posts
    5

    Default

    Quote Originally Posted by sofimi View Post
    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.

  4. #4
    Join Date
    Feb 2009
    Posts
    605

    Default

    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.

  5. #5
    Join Date
    Sep 2010
    Posts
    5

    Default

    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.

  6. #6
    Join Date
    Feb 2009
    Posts
    605

    Default

    In this line:

    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 */ }
    change it to:

    Code:
    #masthead { 
    width: 970px;
    height: 100px;
    background: url(http://www.loades.net/megabusblog/xmasheader.jpg) 50% 0 no-repeat;
    }
    If the graphic appears too close to the top, change the value of 0 to something like 20px.

  7. #7
    Join Date
    Sep 2010
    Posts
    5

    Default

    Perfect!!!

    Thanks, and Season's Greetings to you :-)

    Malcolm

+ Reply to Thread

Similar Threads

  1. Adding/Changing Images in Header Title & Description
    By jsnqua in forum Header & Nav Bar
    Replies: 5
    Last Post: 08-09-2010, 04:10 AM
  2. Blog posts not wrapping around images
    By pamelab in forum Posts, Pages, Comments
    Replies: 8
    Last Post: 01-28-2010, 02:45 PM
  3. Cutline on Wordpress.com - trouble with Blog Title
    By presto211 in forum Community Exchange
    Replies: 2
    Last Post: 08-31-2009, 02:11 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts