how to put an image as the blog`s title?

  • Unknown's avatar

    hi! i want the title of my site to appear in a specific font. As its not possible to include font in the site, for browser to download it together with the site, and to show the title correctly with the specific font, if its not installed on the viewer PC, the only solution is to replace the sites title text with an image, where the title is with the right font. Ive made the image, but i cannot get it in the place. Here is the code from the header file:

    <head profile="http://gmpg.org/xfn/11">
    	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    	<title><?php bloginfo('name'); ?><?php wp_title(); ?><?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?></title>

    its full with definitions, so i dont quite understand, where and what do i have to change, where to put the “img src” in.

    can somebody please help?

  • Unknown's avatar

    damn. once more – the code:

    <head profile=”http://gmpg.org/xfn/11″>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?><?php if ( is_single() ) { ?> » Blog Archive <?php } ?></title>

  • Unknown's avatar

    You’re in the wrong forum. You can get help for this at wordpress.org//support.

  • The topic ‘how to put an image as the blog`s title?’ is closed to new replies.