how to put an image as the blog`s title?
-
hi! i want the title of my site to appear in a specific font. As it
s 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() ) { ?> » Blog Archive <?php } ?></title>it
s 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?
-
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> -
- The topic ‘how to put an image as the blog`s title?’ is closed to new replies.